Skip to content

Commit 67f7512

Browse files
[RAA-6713]-[GC]-[Flipped EUOAllowListRequired to true]-[EW]
1 parent 90a2fdb commit 67f7512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async def user_restricted_product(client, make_product):
135135
"urn:nhsd:apim:user-nhs-id:aal3:e-referrals-service-api",
136136
"urn:nhsd:apim:user-nhs-id:aal2:e-referrals-service-api",
137137
],
138-
additional_attributes=[{"name": "EUOAllowlistRequired", "value": "false"}],
138+
additional_attributes=[{"name": "EUOAllowlistRequired", "value": "true"}],
139139
)
140140

141141
print(f"product created: {productName}")

0 commit comments

Comments
 (0)