Skip to content

Commit

Permalink
#217: Update a date attribute on update by ID endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Apr 8, 2021
1 parent 7e723be commit 550bd41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/icat/endpoints/test_update_by_id_icat.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def test_valid_update_with_id(
update_data_json = {
"doi": "Test Data Identifier",
"summary": "Test Summary",
"startDate": "2019-01-04 01:01:01+00:00",
}
single_investigation_test_data[0].update(update_data_json)

Expand Down

0 comments on commit 550bd41

Please sign in to comment.