mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-05 09:17:54 +03:00
Refactor variable name in test_client.py
This commit is contained in:
parent
ccefa7867c
commit
e05678dbcd
@ -62,7 +62,7 @@ class TestProxmoxClient(UDSTransactionTestCase):
|
|||||||
hagroup: str = ''
|
hagroup: str = ''
|
||||||
|
|
||||||
def setUp(self) -> None:
|
def setUp(self) -> None:
|
||||||
v = vars.get_vars('proxmox_cluster_old')
|
v = vars.get_vars('proxmox_cluster')
|
||||||
if not v:
|
if not v:
|
||||||
self.skipTest('No proxmox vars')
|
self.skipTest('No proxmox vars')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user