summaryrefslogtreecommitdiffstats
path: root/modules/repofiles/blob_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/repofiles/blob_test.go')
-rw-r--r--modules/repofiles/blob_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/repofiles/blob_test.go b/modules/repofiles/blob_test.go
index 1dc183a8af..ddc23aeac3 100644
--- a/modules/repofiles/blob_test.go
+++ b/modules/repofiles/blob_test.go
@@ -21,6 +21,8 @@ func TestGetBlobBySHA(t *testing.T) {
test.LoadRepoCommit(t, ctx)
test.LoadUser(t, ctx, 2)
test.LoadGitRepo(t, ctx)
+ defer ctx.Repo.GitRepo.Close()
+
sha := "65f1bf27bc3bf70f64657658635e66094edbcb4d"
ctx.SetParams(":id", "1")
ctx.SetParams(":sha", sha)