Skip to content

Commit e954809

Browse files
VIA-796 Fix NBS url in 'Test' env to point to fake-api stub
1 parent ca9c3b6 commit e954809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/environments/test/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ locals {
4545
AUTH_TRUST_HOST = "true"
4646
APP_VERSION = local.app_version
4747

48-
NBS_URL = "https://www.nhswebsite-staging.nhs.uk/nbs"
48+
NBS_URL = "${module.deploy_fake_api.application_url}/nbs"
4949
NBS_BOOKING_PATH = "/nhs-app/vita"
5050

5151
SSM_PARAMETER_STORE_TTL = 300

0 commit comments

Comments
 (0)