mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Make the linter gods happy
This commit is contained in:
parent
9b475f092e
commit
952d707362
2 changed files with 4 additions and 7 deletions
|
@ -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"'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue