diff --git a/test/integration/smoke/test_secondary_storage.py b/test/integration/smoke/test_secondary_storage.py index 120c4fa0a8f..0edbe7bdfe2 100644 --- a/test/integration/smoke/test_secondary_storage.py +++ b/test/integration/smoke/test_secondary_storage.py @@ -197,7 +197,7 @@ class TestSecStorageServices(cloudstackTestCase): while True: list_hosts_response = list_hosts( self.apiclient, - type='SecondaryStorage', + type='SecondaryStorageVM', zoneid=self.zone.id, )