diff --git a/test/integration/component/test_vpc.py b/test/integration/component/test_vpc.py index a79f1100a5b..1af8d8122ed 100644 --- a/test/integration/component/test_vpc.py +++ b/test/integration/component/test_vpc.py @@ -1652,9 +1652,9 @@ class TestVPC(cloudstackTestCase): if self.zone.domain == None: cmd = updateZone.updateZoneCmd() cmd.id = self.zone.id - cmd.domain = "ROOT" + cmd.domain = "test.domain.org" self.apiclient.updateZone(cmd) - self.zone = Zone.list(self.apiclient, id=self.zone.id) + self.zone = Zone.list(self.apiclient, id=self.zone.id)[0] self.services["vpc"]["cidr"] = "10.1.1.1/16" self.debug("creating a VPC network in the account: %s" %