diff options
Diffstat (limited to 'integrations/repo_search_test.go')
-rw-r--r-- | integrations/repo_search_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/integrations/repo_search_test.go b/integrations/repo_search_test.go index 6f2ee37460..56d89fee30 100644 --- a/integrations/repo_search_test.go +++ b/integrations/repo_search_test.go @@ -44,7 +44,6 @@ func TestSearchRepo(t *testing.T) { repo, err = models.GetRepositoryByOwnerAndName("user2", "glob") assert.NoError(t, err) - executeIndexer(t, repo, code_indexer.DeleteRepoFromIndexer) executeIndexer(t, repo, code_indexer.UpdateRepoIndexer) testSearch(t, "/user2/glob/search?q=loren&page=1", []string{"a.txt"}) |