Skip to content

Commit 6227c2b

Browse files
[SA]-[changed environment to point to internal-qa for testing]-[BS]
1 parent f532e26 commit 6227c2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/conftest.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,13 @@ def service_url(environment, service_base_path):
6060
http_base = "https://"
6161
# commented this out for testing base_url = f"{http_base}{environment}.api.service.nhs.uk"
6262
base_url = f"{http_base}.internal-qa.api.service.nhs.uk"
63-
6463
return f"{base_url}/{service_base_path}"
6564

6665

6766
@pytest.fixture(scope="session")
6867
def is_mocked_environment(environment, service_base_path):
69-
return environment == "internal-dev" and "ft" in service_base_path
70-
68+
return environment == "internal-qa" and "ft" in service_base_path
69+
# changed the environment variable to internal-qa from internal-dev
7170

7271
@pytest.fixture(scope="session")
7372
def status_endpoint_api_key():

0 commit comments

Comments
 (0)