File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments