mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
monkeypatch and tmp_path not used
Co-Authored-By: Timost <Timost@users.noreply.github.com>
This commit is contained in:
parent
f1087662a0
commit
d3496425aa
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ def login(webapi, cookies=None, csrf=False, profile=None):
|
||||||
headers=None if csrf else {"X-Requested-With": ""})
|
headers=None if csrf else {"X-Requested-With": ""})
|
||||||
|
|
||||||
|
|
||||||
def test_request_no_auth_needed(monkeypatch, tmp_path, moulinette_webapi):
|
def test_request_no_auth_needed(moulinette_webapi):
|
||||||
|
|
||||||
r = requests.get(moulinette_webapi + "/test-auth/none")
|
r = requests.get(moulinette_webapi + "/test-auth/none")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue