From 550bd41b6560c4efc81b131c70cc0dd1294f943a Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Tue, 6 Apr 2021 18:37:47 +0000 Subject: [PATCH] #217: Update a date attribute on update by ID endpoint --- test/icat/endpoints/test_update_by_id_icat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/icat/endpoints/test_update_by_id_icat.py b/test/icat/endpoints/test_update_by_id_icat.py index af97f54e..d1c8227b 100644 --- a/test/icat/endpoints/test_update_by_id_icat.py +++ b/test/icat/endpoints/test_update_by_id_icat.py @@ -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)