Fix agent mode test to expect branch values

This commit is contained in:
km-anthropic
2025-08-13 10:10:51 -07:00
parent d24561da51
commit 8c230f7e04

View File

@@ -124,8 +124,8 @@ describe("Agent Mode", () => {
expect(result).toEqual({ expect(result).toEqual({
commentId: undefined, commentId: undefined,
branchInfo: { branchInfo: {
baseBranch: "", baseBranch: "main",
currentBranch: "", currentBranch: "main",
claudeBranch: undefined, claudeBranch: undefined,
}, },
mcpConfig: expect.any(String), mcpConfig: expect.any(String),