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 @@ -132,21 +132,21 @@ def get_consent() -> Union[dict, tuple]:
132132 _include = request .args .get ("_include" )
133133
134134 if (
135- performer_identifier == "9000000017 "
135+ performer_identifier == "9000000010 "
136136 and status == "active"
137137 and _include == CONSENT_PERFORMER
138138 ):
139139 return generate_response_from_example (
140140 CONSENT__ADULT_CONSENTING_EXAMPLE , 200
141141 )
142142 elif (
143- performer_identifier == "9000000016 "
143+ performer_identifier == "9000000017 "
144144 and status == "active"
145145 and _include == CONSENT_PERFORMER
146146 ):
147147 return generate_response_from_example (CONSENT__MIXED_EXAMPLE , 200 )
148148 elif (
149- performer_identifier == "9000000015 "
149+ performer_identifier == "9000000019 "
150150 and status == "active"
151151 and _include == CONSENT_PERFORMER
152152 ):
You can’t perform that action at this time.
0 commit comments