Insert space between `#` and the comment

test_auth_saml2.py file has a comment:
 ``#for better readibility``. A space should be inserted between
 a ``#`` and the comment message.

Change-Id: Ic36bf9254beee9a3f6f1fa904184c17a28f4fa13
This commit is contained in:
Marek Denis
2014-07-23 13:40:34 +02:00
parent c758a2fc50
commit feed25dada

View File

@@ -326,7 +326,7 @@ class ScopeFederationTokenTests(AuthenticateviaSAML2Tests):
self.DOMAIN_SCOPED_TOKEN_JSON = client_fixtures.domain_scoped_token()
self.DOMAIN_SCOPED_TOKEN_JSON['methods'] = ['saml2']
#for better readibility
# for better readibility
self.TEST_DOMAIN_ID = self.DOMAIN_SCOPED_TOKEN_JSON.domain_id
self.TEST_DOMAIN_NAME = self.DOMAIN_SCOPED_TOKEN_JSON.domain_name