Skip to content

Commit 3b893c6

Browse files
committed
CCM-11602: unit test expectation wording
1 parent 8382a2a commit 3b893c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/api-handler/src/handlers/__tests__/get-letters.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe('API Lambda handler', () => {
136136

137137
expect(result).toEqual({
138138
statusCode: 400,
139-
body: "Invalid Request: Only 'limit' query parameter is allowed",
139+
body: "Invalid Request: Only 'limit' query parameter is supported",
140140
});
141141
});
142142

0 commit comments

Comments
 (0)