Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Nov 28, 2024
1 parent 97534ba commit 911ecea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmo/projects/tests/test_viewset_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def test_copy_catalog_not_available(db, client):
assert response.status_code == 400

@pytest.mark.parametrize('project_id', projects)
def test_copy_parent(db, client, project_id):
def test_copy_parent(db, files, client, project_id):
client.login(username='owner', password='owner')
project = Project.objects.get(pk=project_id)

Expand Down

0 comments on commit 911ecea

Please sign in to comment.