Skip to content
This repository was archived by the owner on Oct 6, 2019. It is now read-only.

Commit 5be7103

Browse files
committed
Fixed unit test
1 parent 3b13401 commit 5be7103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

request/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func CreateGithubRequest(auth *vault.AuthInfo, raw map[string]interface{}) (*Git
7171
conf.GithubAccessToken,
7272
conf.GithubRepoOwner,
7373
conf.GithubRepo,
74-
conf.GithubTargetBranch,
74+
"",
7575
conf.GithubPoliciesPath,
7676
"",
7777
r.CommitHash,

0 commit comments

Comments
 (0)