Skip to content

Commit 84378d6

Browse files
review comments
1 parent 5c26997 commit 84378d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"keywords": [],
2222
"license": "ISC",
2323
"main": "index.js",
24-
"name": "tests",
24+
"name": "nhs-notify-supplier-api-tests",
2525
"scripts": {
2626
"clean": "rimraf $(pwd)/target",
2727
"test:component": "playwright test --config=config/main.config.ts --max-failures=10 --project=component-tests",

tests/sandbox/testCases/getLetterStatus_testCases.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ type ApiSandboxGetLetterStatusTestCase = {
77
id: string,
88
header?: RequestSandBoxHeaders | NoRequestIdHeaders;
99
expectedStatus: number;
10-
expectedResponse?: GetLetterStatusResposne | GetLetterStatusErrorResponse | GetRejectedLetterResponse;
10+
expectedResponse?: GetLetterStatusResponse | GetLetterStatusErrorResponse | GetRejectedLetterResponse;
1111
};
1212

13-
export type GetLetterStatusResposne = {
13+
export type GetLetterStatusResponse = {
1414
data: GetLetterData;
1515
};
1616

0 commit comments

Comments
 (0)