Remove nbsp characters in comments, remove "u" in front of strings

This commit is contained in:
Guillaume Ayoub 2013-09-25 13:48:24 +02:00
parent 6c9976f46a
commit aa524bd613
2 changed files with 17 additions and 17 deletions

View file

@ -37,7 +37,7 @@ class TestBaseAuthRequests(HtpasswdAuthSystem):
@with_setup(HtpasswdAuthSystem.setup, HtpasswdAuthSystem.teardown)
def test_root(self):
"""Tests a GET request at "/"."""
"""Tests a GET request at "/"."""
status, headers, answer = self.request(
"GET", "/", HTTP_AUTHORIZATION=self.userpass)
assert status == 200