Skip to content

Commit 72011a8

Browse files
adds values to parameter
1 parent b62adfc commit 72011a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/integration/test_headers.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ class TestHeaders:
3232
@pytest.mark.asyncio
3333
@pytest.mark.parametrize("user", [Actor.RC, Actor.AAL2_USER])
3434
async def test_headers_on_echo_target(
35-
self, authenticate_user, service_url, user: Actor, asid
35+
self,
36+
authenticate_user,
37+
service_url,
38+
user: Actor,
39+
asid,
40+
update_user_restricted_app_attr,
41+
app_restricted_ods_code,
3642
):
3743
with update_user_restricted_app_attr(
3844
"apim-app-flow-vars",

0 commit comments

Comments
 (0)