From d0879e1b9a2a3925f5e6e8f83aa263b07ec2e6a8 Mon Sep 17 00:00:00 2001 From: Albert Date: Fri, 10 Jul 2026 16:03:25 +0000 Subject: [PATCH] test: update env profile integration expectation --- tests/integration.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.e2e.ts b/tests/integration.e2e.ts index 7164e1e..b5e97ee 100644 --- a/tests/integration.e2e.ts +++ b/tests/integration.e2e.ts @@ -55,7 +55,7 @@ describe("lakehouse integration flows", () => { result = await workspace.runCommand("altertable --agent profile show", { env: { ALTERTABLE_API_KEY: "atm_test" } }); expect(result.exitCode).toBe(0); - expect(JSON.parse(result.stdout).profile.name).toBe("default"); + expect(JSON.parse(result.stdout).profile.name).toBe("_from_env"); const queryId = "a1b2c3d4-e5f6-7890-abcd-ef1234567890"; const sessionId = "b2c3d4e5-f6a7-8901-bcde-f12345678901";