diff --git a/test/integration/component/test_snapshots.py b/test/integration/component/test_snapshots.py index 7b480e57397..85e96805962 100644 --- a/test/integration/component/test_snapshots.py +++ b/test/integration/component/test_snapshots.py @@ -147,7 +147,7 @@ class TestSnapshots(cloudstackTestCase): ) cls.services["domainid"] = cls.domain.id - cls.services["server_with_disk"]["zoneid"] = cls.zone.id + cls.services["volume"]["zoneid"] = cls.services["server_with_disk"]["zoneid"] = cls.zone.id cls.services["server_with_disk"]["diskoffering"] = cls.disk_offering.id cls.services["server_without_disk"]["zoneid"] = cls.zone.id