Skip to content

Commit 1ff3560

Browse files
committed
NPA-3899 Update Sandbox Consent Scenarios
1 parent e5d7f3b commit 1ff3560

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sandbox/api/app.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
):

0 commit comments

Comments
 (0)