Skip to content
Snippets Groups Projects
Verified Commit c0ff34e8 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed failing tests

parent 120dda2c
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,7 @@ def test_request_viewset_requires_auth(db, api_client):
assert response.status_code == 401
@pytest.mark.parametrize('method', ['put', 'patch'])
def test_user_can_create_request(method, logged_in_api_client):
def test_user_can_create_request(logged_in_api_client):
url = reverse('api:v1:requests:import-requests-list')
user = logged_in_api_client.user
data = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment