summaryrefslogtreecommitdiffstats
path: root/tests/integration/api_repo_languages_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/api_repo_languages_test.go')
-rw-r--r--tests/integration/api_repo_languages_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/api_repo_languages_test.go b/tests/integration/api_repo_languages_test.go
index 17e626fa7f..1045aef57d 100644
--- a/tests/integration/api_repo_languages_test.go
+++ b/tests/integration/api_repo_languages_test.go
@@ -39,7 +39,7 @@ func TestRepoLanguages(t *testing.T) {
// Save new file to master branch
req = NewRequest(t, "GET", "/api/v1/repos/user2/repo1/languages")
- resp = session.MakeRequest(t, req, http.StatusOK)
+ resp = MakeRequest(t, req, http.StatusOK)
var languages map[string]int64
DecodeJSON(t, resp, &languages)