Skip to content

Commit 56aad7e

Browse files
[RAA-6562]-[GC]-[ODS code change to fix int tests]-[EW]
1 parent 1987055 commit 56aad7e

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
@@ -105,7 +105,7 @@ def oauth_url():
105105

106106
@pytest.fixture(scope="session")
107107
def app_restricted_ods_code(is_mocked_environment):
108-
return "R68" if is_mocked_environment else "RCD"
108+
return Actor.RC_DEV.org_code if is_mocked_environment else "RCD"
109109

110110

111111
@pytest.fixture(scope="session")

tests/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Actor(Enum):
5959
)
6060
RC_DEV = (
6161
"021600556514",
62-
"R69",
62+
"R68",
6363
"REFERRING_CLINICIAN",
6464
"3",
6565
UserAuthenticationLevel.AAL3,

0 commit comments

Comments
 (0)