Skip to content

Commit b65fab8

Browse files
committed
fix for testing export of issues
1 parent 6ec7ff7 commit b65fab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/issue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ func TestIssueListExport(t *testing.T) {
381381
_ = testNewIssue(t, session, "user2", "repo1", "Title3", "Description3")
382382

383383
// trying to export all open issues of the given repository
384-
req := NewRequestWithValues(t, "GET", fmt.Sprintf("/%s/%s/issues/export?%s", "user2", "repo1", "type=all&state=open"))
384+
req := NewRequest(t, "GET", fmt.Sprintf("/%s/%s/issues/export?%s", "user2", "repo1", "type=all&state=open"))
385385
resp := session.MakeRequest(t, req, http.StatusOK)
386386

387387
// Content-Type should be an Excel file (XLSX)

0 commit comments

Comments
 (0)