Skip to content

Commit c33d628

Browse files
fixes variable name
1 parent 7b6861c commit c33d628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

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

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

0 commit comments

Comments
 (0)