Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Nov 17, 2024
1 parent 7116df3 commit 132369d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/TestIM.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def test_45_stats(self):
(success, res) = self.server.GetStats('', '', self.auth_data)
self.assertTrue(
success, msg="ERROR calling GetStats: " + str(res))
self.assertEqual(len(res), 3, msg="ERROR getting stats: Incorrect number of infrastructures")
self.assertEqual(len(res), 4, msg="ERROR getting stats: Incorrect number of infrastructures")

def test_50_destroy(self):
"""
Expand Down

0 comments on commit 132369d

Please sign in to comment.