Fix agent mode test to expect branch values
This commit is contained in:
parent
d24561da51
commit
8c230f7e04
@ -124,8 +124,8 @@ describe("Agent Mode", () => {
|
||||
expect(result).toEqual({
|
||||
commentId: undefined,
|
||||
branchInfo: {
|
||||
baseBranch: "",
|
||||
currentBranch: "",
|
||||
baseBranch: "main",
|
||||
currentBranch: "main",
|
||||
claudeBranch: undefined,
|
||||
},
|
||||
mcpConfig: expect.any(String),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user