From 1509bf23f8bdc2c5afe1341dba9f610b3d1ddcf4 Mon Sep 17 00:00:00 2001 From: mike cullerton Date: Fri, 14 May 2021 12:26:54 -0400 Subject: [PATCH] Added some detail to the study_details mock data --- tests/data/pb_responses/study_details.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/data/pb_responses/study_details.json b/tests/data/pb_responses/study_details.json index 8699efff..6c74481b 100644 --- a/tests/data/pb_responses/study_details.json +++ b/tests/data/pb_responses/study_details.json @@ -1,12 +1,12 @@ { - "DSMB": null, - "DSMB_FREQUENCY": null, - "GCRC_NUMBER": null, - "IBC_NUMBER": null, - "IDE": null, - "IND_1": 1234, - "IND_2": null, - "IND_3": null, + "DSMB": 1, + "DSMB_FREQUENCY": 2, + "GCRC_NUMBER": "9", + "IBC_NUMBER": "7", + "IDE": "12345", + "IND_1": "1234", + "IND_2": "2345", + "IND_3": "3456", "IRBREVIEWERADMIN": null, "IS_ADULT_PARTICIPANT": null, "IS_APPROVED_DEVICE": null, @@ -61,6 +61,6 @@ "NON_UVA_LOCATION": null, "OTHER_VULNERABLE_DESC": null, "PRC_NUMBER": null, - "SPONSORS_PROTOCOL_REVISION_DATE": null, + "SPONSORS_PROTOCOL_REVISION_DATE": "2021-04-20", "UPLOAD_COMPLETE": null } \ No newline at end of file