Skip to content

Commit

Permalink
Revert changes to invalid update with id
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Nov 3, 2022
1 parent 55574cb commit b311637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/datagateway_api/db/endpoints/test_update_by_id_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ def test_invalid_update_with_id(
json=invalid_update_json,
)

assert test_response.json["doi"] == "_" * 255
assert test_response.status_code == 400

0 comments on commit b311637

Please sign in to comment.