From 414fc9bf0950d95f1cb58be5930a56b30788c3cb Mon Sep 17 00:00:00 2001 From: Rockset API Bot Date: Thu, 4 Jan 2024 15:46:46 -0800 Subject: [PATCH] fix nonexistent lambda e2e test --- packages/client/src/tests/functionality.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/tests/functionality.test.ts b/packages/client/src/tests/functionality.test.ts index e997c55..ba2b173 100644 --- a/packages/client/src/tests/functionality.test.ts +++ b/packages/client/src/tests/functionality.test.ts @@ -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,