Skip to content

Commit 4841969

Browse files
authored
Update test_cluster_drs.py
1 parent f83508c commit 4841969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/smoke/test_cluster_drs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def setUpClass(cls):
4545
zone = get_zone(cls.apiclient, cls.testClient.getZoneForTests())
4646
cls.zone = Zone(zone.__dict__)
4747
cls.hypervisor = cls.testClient.getHypervisorInfo()
48-
cls.template = cls.template = get_test_template(
48+
cls.template = get_test_template(
4949
cls.apiclient,
5050
cls.zone.id,
5151
cls.hypervisor

0 commit comments

Comments
 (0)