commit | 017f5a1ac3efa5e7cb178a186d4bdcf23e3ace16 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Jan 06 09:23:41 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Jan 06 09:23:41 2017 +0000 |
tree | 36f1f0240e1fccad607c7e387a4e0d6a4922af11 | |
parent | 035a8d1be6510360c9a63892e312b867a580e41c [diff] | |
parent | 36f6882874ecdb3f0ac08d1f4c781e885ae81993 [diff] |
Merge "Fix variable name"
diff --git a/tempest/api/identity/v3/test_users.py b/tempest/api/identity/v3/test_users.py index f5b357c..f389a8f 100644 --- a/tempest/api/identity/v3/test_users.py +++ b/tempest/api/identity/v3/test_users.py
@@ -157,4 +157,4 @@ # If we wait the required time, the user account will be unlocked time.sleep(CONF.identity.user_lockout_duration + 1) - self.token.auth(user_id=self.user_id, password=password) + self.non_admin_token.auth(user_id=self.user_id, password=password)