monkeypatch and tmp_path not used

Co-Authored-By: Timost <Timost@users.noreply.github.com>
This commit is contained in:
Alexandre Aubin 2019-11-19 14:32:28 +01:00 committed by GitHub
parent f1087662a0
commit d3496425aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")