Skip to content

Commit 8ed6da5

Browse files
committed
fix linting
1 parent 1ac0719 commit 8ed6da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/issue_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ func testNewIssue(t *testing.T, session *TestSession, user, repo, title, content
151151
return issueURL
152152
}
153153

154-
func testIssueDelete(t *testing.T, session *TestSession, issueUrl string) {
155-
req := NewRequestWithValues(t, "POST", path.Join(issueUrl, "delete"), map[string]string{
154+
func testIssueDelete(t *testing.T, session *TestSession, issueURL string) {
155+
req := NewRequestWithValues(t, "POST", path.Join(issueURL, "delete"), map[string]string{
156156
"_csrf": GetUserCSRFToken(t, session),
157157
})
158158
session.MakeRequest(t, req, http.StatusSeeOther)

0 commit comments

Comments
 (0)