Skip to content

Commit 20cdc50

Browse files
committed
NPA-3899 Fix Unit Tests
1 parent 1ff3560 commit 20cdc50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sandbox/api/tests/test_app.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,17 @@ def test_questionnaire_response(
144144
("request_args,response_file_name,status_code"),
145145
[
146146
(
147-
"performer:identifier=9000000017&status=active&_include=Consent:performer",
147+
"performer:identifier=9000000010&status=active&_include=Consent:performer",
148148
"./api/examples/GET_Consent/adults-consenting.yaml",
149149
200,
150150
),
151151
(
152-
"performer:identifier=9000000016&status=active&_include=Consent:performer",
152+
"performer:identifier=9000000017&status=active&_include=Consent:performer",
153153
"./api/examples/GET_Consent/mixed.yaml",
154154
200,
155155
),
156156
(
157-
"performer:identifier=9000000015&status=active&_include=Consent:performer",
157+
"performer:identifier=9000000019&status=active&_include=Consent:performer",
158158
"./api/examples/GET_Consent/mother-child.yaml",
159159
200,
160160
),

0 commit comments

Comments
 (0)