Skip to content

Commit

Permalink
fix nonexistent lambda e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
rockset-io committed Jan 4, 2024
1 parent 1e9f522 commit 414fc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/tests/functionality.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ describe('functionality tests (e2e)', function () {
const error: ErrorModel = e;
expect(error).toMatchObject({
message:
'Query Lambda "myFakeQuery" not found in workspace "commons.fake.workspace".',
'Query Lambda "myFakeQuery" (version "not_a_version") not found in workspace "commons.fake.workspace".',
type: 'NOTFOUND',
line: null,
column: null,
Expand Down

0 comments on commit 414fc9b

Please sign in to comment.