mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
Remove nbsp characters in comments, remove "u" in front of strings
This commit is contained in:
parent
6c9976f46a
commit
aa524bd613
2 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue