mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix copy/paste bug in dimensiondata provider integration test.
saltstack/salt#45884
This commit is contained in:
parent
6b1b6be427
commit
de26b03e2c
@ -56,7 +56,7 @@ class DimensionDataTest(ShellCase):
|
||||
key = config[profile_str][PROVIDER_NAME]['key']
|
||||
region = config[profile_str][PROVIDER_NAME]['region']
|
||||
|
||||
if personal_token == '' or ssh_file == '' or ssh_name == '':
|
||||
if user_id == '' or key == '' or region == '':
|
||||
self.skipTest(
|
||||
'A user Id, password, and a region '
|
||||
'must be provided to run these tests. Check '
|
||||
|
Loading…
Reference in New Issue
Block a user