Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Feb 7, 2025
1 parent af4b5cd commit f475cf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rdmo/projects/tests/test_viewset_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,7 @@ def test_upload_accept(db, client, username, password):
if password:
assert response.status_code == 200
assert response.json() == {
'application/xml': ['.xml'],
'text/xml': ['.xml']
'application/xml': ['.xml']
}
else:
assert response.status_code == 401
Expand Down

0 comments on commit f475cf0

Please sign in to comment.