Fix test
This commit is contained in:
parent
9d490547b8
commit
67749480d5
1 changed files with 1 additions and 1 deletions
|
|
@ -1719,7 +1719,7 @@ func Test_determineTrackingBranch(t *testing.T) {
|
|||
GitPath: "some/path/git",
|
||||
}
|
||||
headBranchConfig := gitClient.ReadBranchConfig(ctx.Background(), "feature")
|
||||
ref := determineTrackingBranch(gitClient, tt.remotes, &headBranchConfig)
|
||||
ref := determineTrackingBranch(gitClient, tt.remotes, "feature", &headBranchConfig)
|
||||
tt.assert(ref, t)
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue