Skip to content

Commit 205633f

Browse files
tests
1 parent f766f09 commit 205633f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
# declare proxy URL
3-
NHSD_APIM_PROXY_URL="https://sandbox.api.service.nhs.uk/comms"
3+
NHSD_APIM_PROXY_URL="https://internal-dev-sandbox.api.service.nhs.uk/nhs-notify-supplier"

tests/sandbox/messages/get_single_letter/test_success.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { test, expect, APIRequestContext } from '@playwright/test';
44
const CORRELATION_IDS = '228aac39-542d-4803-b28e-5de9e100b9f8';
55
const REQUEST_ID = 'xx';
66
const MESSAGES_ENDPOINT = '/letter'; // Update this path to match your constant
7+
const status = "PENDING";
78

89
// Parameterized test in Playwright
910
test("200 when valid request ID", async ({ request }) => {

0 commit comments

Comments
 (0)