Skip to content

Commit 5407144

Browse files
Merge branch 'develop' into feature/RAA-6144
2 parents f348bf8 + 554110a commit 5407144

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def app_restricted_ods_code(is_mocked_environment):
110110

111111
@pytest.fixture(scope="session")
112112
def app_restricted_user_id(is_mocked_environment):
113-
return "000000000101" if is_mocked_environment else "555032000100"
113+
return "000000000101" if is_mocked_environment else "555073103100"
114114

115115

116116
@pytest.fixture(

tests/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class UserAuthenticationLevel(Enum):
1515
class Actor(Enum):
1616
# User ID, org code, business function, IAL, AAL, OBO User ID (optional)
1717
RC = (
18-
"555032000100",
18+
"555073103100",
1919
"D82106",
2020
"REFERRING_CLINICIAN",
2121
"3",

0 commit comments

Comments
 (0)