We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83508c commit 4841969Copy full SHA for 4841969
test/integration/smoke/test_cluster_drs.py
@@ -45,7 +45,7 @@ def setUpClass(cls):
45
zone = get_zone(cls.apiclient, cls.testClient.getZoneForTests())
46
cls.zone = Zone(zone.__dict__)
47
cls.hypervisor = cls.testClient.getHypervisorInfo()
48
- cls.template = cls.template = get_test_template(
+ cls.template = get_test_template(
49
cls.apiclient,
50
cls.zone.id,
51
cls.hypervisor
0 commit comments