Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def app_restricted_ods_code(is_mocked_environment):

@pytest.fixture(scope="session")
def app_restricted_user_id(is_mocked_environment):
return "000000000101" if is_mocked_environment else "555032000100"
return "000000000101" if is_mocked_environment else "555073103100"


@pytest.fixture(
Expand Down
2 changes: 1 addition & 1 deletion tests/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class UserAuthenticationLevel(Enum):
class Actor(Enum):
# User ID, org code, business function, IAL, AAL, OBO User ID (optional)
RC = (
"555032000100",
"555073103100",
"D82106",
"REFERRING_CLINICIAN",
"3",
Expand Down