1
0
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:
Adolfo Gómez García 2024-10-02 01:45:28 +02:00
parent ccefa7867c
commit e05678dbcd
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -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')