mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-03 01:17:56 +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 = ''
|
||||
|
||||
def setUp(self) -> None:
|
||||
v = vars.get_vars('proxmox_cluster_old')
|
||||
v = vars.get_vars('proxmox_cluster')
|
||||
if not v:
|
||||
self.skipTest('No proxmox vars')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user