Skip to content

Commit

Permalink
revert failing test back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
NC-jsAhonen committed Feb 5, 2025
1 parent 1024cd5 commit 7793ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotsearch/tests/api/test_plot_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ def test_area_search_attachment_delete_public(
assert os.path.isfile(file_path) is True
response = admin_client.delete(url)

assert response.status_code == 4059
assert response.status_code == 405


@pytest.mark.django_db
Expand Down

0 comments on commit 7793ddd

Please sign in to comment.