Skip to content

Commit

Permalink
fixup! Implementing updating a file from the multiselect view
Browse files Browse the repository at this point in the history
  • Loading branch information
madwort committed Jul 3, 2024
1 parent 6f4d5fb commit 40db5a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/local_db/test_data_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ def test_delete_file_from_request_bad_state():
user=author,
)

# TODO this is pending RETURNED state?
# with pytest.raises(AssertionError):
# dal.delete_file_from_request(release_request.id, UrlPath("foo"), audit)
with pytest.raises(AssertionError):
dal.delete_file_from_request(release_request.id, UrlPath("foo"), audit)


@pytest.mark.parametrize(
Expand Down

0 comments on commit 40db5a8

Please sign in to comment.