aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/explore_repos_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/explore_repos_test.go')
-rw-r--r--integrations/explore_repos_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/explore_repos_test.go b/integrations/explore_repos_test.go
index 7408f06302..c6f695612a 100644
--- a/integrations/explore_repos_test.go
+++ b/integrations/explore_repos_test.go
@@ -10,7 +10,7 @@ import (
)
func TestExploreRepos(t *testing.T) {
- prepareTestEnv(t)
+ defer prepareTestEnv(t)()
req := NewRequest(t, "GET", "/explore/repos")
MakeRequest(t, req, http.StatusOK)