Skip to content

Commit

Permalink
tests: 204 error shouldn't have content
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Jan 30, 2024
1 parent 52f2e7d commit 6095024
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_doi_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def test_doi_get_204():
responses.add(
responses.GET,
"{0}doi/10.1234/1".format(APIURL),
body="No Content",
status=204,
)

Expand Down
1 change: 0 additions & 1 deletion tests/test_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ def test_get_doi_204():
responses.add(
responses.GET,
"{0}dois/10.1234/1".format(RESTURL),
body="No Content",
status=204,
)

Expand Down

0 comments on commit 6095024

Please sign in to comment.