Skip to content

Commit 703a796

Browse files
committed
Fix acceptance tests
1 parent 21bb70d commit 703a796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/constants/api-constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const SUPPLIER_LETTERS = "letters";
22
export const SUPPLIER_API_URL_SANDBOX =
33
"https://internal-dev-sandbox.api.service.nhs.uk/nhs-notify-supplier";
44
export const AWS_REGION = "eu-west-2";
5-
export const envName = process.env.PR_NUMBER ?? "main";
5+
export const envName = process.env.TARGET_ENVIRONMENT;
66
export const API_NAME = `nhs-${envName}-supapi`;
77
export const LETTERSTABLENAME = `nhs-${envName}-supapi-letters`;
88
export const SUPPLIERID = "TestSupplier1";

0 commit comments

Comments
 (0)