Skip to content

Commit 1b0d193

Browse files
lunnyZettat123
andauthored
Update tests/integration/repo_tag_test.go
Co-authored-by: Zettat123 <[email protected]>
1 parent 32525aa commit 1b0d193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/repo_tag_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func TestRepushTag(t *testing.T) {
143143
_, _, err = git.NewCommand(git.DefaultContext, "push", "origin", "--tags", "v2.0").RunStdString(&git.RunOpts{Dir: dstPath})
144144
assert.NoError(t, err)
145145
// create a release for the tag
146-
createdRelease := createNewReleaseUsingAPI(t, token, owner, repo, "v2.0", "", "Release of v2.0", "desc")
146+
createdRelease := createNewReleaseUsingAPI(t, session, token, owner, repo, "v2.0", "", "Release of v2.0", "desc")
147147
assert.False(t, createdRelease.IsDraft)
148148
// delete the tag
149149
_, _, err = git.NewCommand(git.DefaultContext, "push", "origin", "--delete", "v2.0").RunStdString(&git.RunOpts{Dir: dstPath})

0 commit comments

Comments
 (0)