diff --git a/tests/integration/cloud/providers/test_dimensiondata.py b/tests/integration/cloud/providers/test_dimensiondata.py index 32f3e06d27..11786b2951 100644 --- a/tests/integration/cloud/providers/test_dimensiondata.py +++ b/tests/integration/cloud/providers/test_dimensiondata.py @@ -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 '