aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/api_repo_file_get_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/api_repo_file_get_test.go')
-rw-r--r--tests/integration/api_repo_file_get_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/api_repo_file_get_test.go b/tests/integration/api_repo_file_get_test.go
index 2f897093ee..379851b689 100644
--- a/tests/integration/api_repo_file_get_test.go
+++ b/tests/integration/api_repo_file_get_test.go
@@ -44,8 +44,6 @@ func TestAPIGetRawFileOrLFS(t *testing.T) {
reqLFS := NewRequest(t, "GET", "/api/v1/repos/user2/repo1/media/"+lfs)
respLFS := MakeRequestNilResponseRecorder(t, reqLFS, http.StatusOK)
assert.Equal(t, testFileSizeSmall, respLFS.Length)
-
- doAPIDeleteRepository(httpContext)
})
})
}