diff --git a/test/integration/TestIM.py b/test/integration/TestIM.py index aa9dff8e..2cbba369 100755 --- a/test/integration/TestIM.py +++ b/test/integration/TestIM.py @@ -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): """