summaryrefslogtreecommitdiffstats
path: root/integrations/nonascii_branches_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/nonascii_branches_test.go')
-rw-r--r--integrations/nonascii_branches_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/nonascii_branches_test.go b/integrations/nonascii_branches_test.go
index 5ab7b8526a..038ada8ca2 100644
--- a/integrations/nonascii_branches_test.go
+++ b/integrations/nonascii_branches_test.go
@@ -26,7 +26,7 @@ func testSrcRouteRedirect(t *testing.T, session *TestSession, user, repo, route,
// Perform redirect
req = NewRequest(t, "GET", location)
- resp = session.MakeRequest(t, req, expectedStatus)
+ session.MakeRequest(t, req, expectedStatus)
}
func setDefaultBranch(t *testing.T, session *TestSession, user, repo, branch string) {