diff options
| author | Dolph Mathews <dolph.mathews@rackspace.com> | 2011-07-14 15:19:38 -0500 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@rackspace.com> | 2011-07-14 15:19:38 -0500 |
| commit | 2afe2bf2d1515fc23869d12b374863fa25b04d9f (patch) | |
| tree | 2d8685f1b73b2063b88c1ba23ff2986741cc70d2 | |
| parent | 5a94d0f183ce9466c71546127d6d7fedbf9fba42 (diff) | |
Formatting change
| -rw-r--r-- | keystone/test/system/common.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keystone/test/system/common.py b/keystone/test/system/common.py index 7f422117..fb620f4c 100644 --- a/keystone/test/system/common.py +++ b/keystone/test/system/common.py @@ -124,8 +124,8 @@ class KeystoneTestCase(RestfulTestCase): admin_token = None admin_credentials = { 'passwordCredentials':{ - 'username':'admin', - 'password':'secrete', + 'username': 'admin', + 'password': 'secrete', } } |
