Fix copy/paste bug in dimensiondata provider integration test.

saltstack/salt#45884
This commit is contained in:
Adam Friedman 2018-02-07 13:39:34 +11:00
parent 6b1b6be427
commit de26b03e2c
No known key found for this signature in database
GPG Key ID: C6AFE8C008E7F2B3

View File

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