Make the linter gods happy

This commit is contained in:
Alexandre Aubin 2019-11-20 00:27:34 +01:00
parent 9b475f092e
commit 952d707362
2 changed files with 4 additions and 7 deletions

View file

@ -57,9 +57,6 @@ def test_login_then_legit_request(moulinette_webapi):
login(moulinette_webapi)
#for cookie in moulinette_webapi.cookiejar:
# cookie.domain = "localhost"
assert moulinette_webapi.get("/test-auth/default", status=200).text == '"some_data_from_default"'