Skip to content

Commit b8162b6

Browse files
committed
fix(tests): format gitref
Signed-off-by: spbsoluble <[email protected]>
1 parent 30c6175 commit b8162b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/storeTypes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func Test_StoreTypesCreateFromTemplatesCmd(t *testing.T) {
164164
ghBranch = strings.Replace(ghBranch, "refs/heads/", "", 1)
165165
// url escape the branch name
166166
ghBranch = url.QueryEscape(ghBranch)
167-
testArgs = append(testArgs, "--git-ref", fmt.Sprintf("'%s'", ghBranch))
167+
testArgs = append(testArgs, "--git-ref", fmt.Sprintf("%s", ghBranch))
168168
t.Log("GITHUB_REF: ", ghBranch)
169169
}
170170
t.Log("testArgs: ", testArgs)

0 commit comments

Comments
 (0)