File tree Expand file tree Collapse file tree 2 files changed +25
-23
lines changed
Expand file tree Collapse file tree 2 files changed +25
-23
lines changed Original file line number Diff line number Diff line change 6161 ),
6262 id = "No user role provided by any means" ,
6363 ),
64- pytest .param (
65- {},
66- "selected_roleid is misconfigured/invalid" ,
67- 401 ,
68- marks = pytest .mark .nhsd_apim_authorization (
69- access = "healthcare_worker" ,
70- level = "aal3" ,
71- login_form = {"username" : "Aal4" },
72- force_new_token = True ,
73- ),
74- id = "User role sent in id token but empty" ,
75- ),
64+ # TODO: will be fixed as part of APM-5692
65+ # pytest.param(
66+ # {},
67+ # "selected_roleid is misconfigured/invalid",
68+ # 401,
69+ # marks=pytest.mark.nhsd_apim_authorization(
70+ # access="healthcare_worker",
71+ # level="aal3",
72+ # login_form={"username": "Aal4"},
73+ # force_new_token=True,
74+ # ),
75+ # id="User role sent in id token but empty",
76+ # ),
7677 pytest .param (
7778 {},
7879 "nhsid_nrbac_roles is misconfigured/invalid" ,
Original file line number Diff line number Diff line change @@ -75,17 +75,18 @@ def test_user_role_happy_path(
7575 ),
7676 id = "No user role provided by any means" ,
7777 ),
78- pytest .param (
79- {},
80- "selected_roleid is misconfigured/invalid" ,
81- marks = pytest .mark .nhsd_apim_authorization (
82- access = "healthcare_worker" ,
83- level = "aal3" ,
84- login_form = {"username" : "Aal4" },
85- force_new_token = True ,
86- ),
87- id = "User role sent in id token but empty" ,
88- ),
78+ # TODO: will be fixed as part of APM-5692
79+ # pytest.param(
80+ # {},
81+ # "selected_roleid is misconfigured/invalid",
82+ # marks=pytest.mark.nhsd_apim_authorization(
83+ # access="healthcare_worker",
84+ # level="aal3",
85+ # login_form={"username": "Aal4"},
86+ # force_new_token=True,
87+ # ),
88+ # id="User role sent in id token but empty",
89+ # ),
8990 pytest .param (
9091 {},
9192 "nhsid_nrbac_roles is misconfigured/invalid" ,
You can’t perform that action at this time.
0 commit comments