This commit is contained in:
Caleb Brose 2025-01-03 20:45:20 +00:00 committed by GitHub
parent 9d490547b8
commit 67749480d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
})
}