Skip to content

Commit 4c4233d

Browse files
authored
fix lint
1 parent 58bc786 commit 4c4233d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/attachment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func generateImg() bytes.Buffer {
2929
return buff
3030
}
3131

32-
func createAttachment(t *testing.T, session *TestSession, csrf string, repoURL, filename string, buff bytes.Buffer, expectedStatus int) string {
32+
func createAttachment(t *testing.T, session *TestSession, csrf, repoURL, filename string, buff bytes.Buffer, expectedStatus int) string {
3333
body := &bytes.Buffer{}
3434

3535
// Setup multi-part

0 commit comments

Comments
 (0)