summaryrefslogtreecommitdiffstats
path: root/tests/integration/api_repo_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/api_repo_test.go')
-rw-r--r--tests/integration/api_repo_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/integration/api_repo_test.go b/tests/integration/api_repo_test.go
index fae1415568..3933298f23 100644
--- a/tests/integration/api_repo_test.go
+++ b/tests/integration/api_repo_test.go
@@ -93,9 +93,9 @@ func TestAPISearchRepo(t *testing.T) {
}{
{
name: "RepositoriesMax50", requestURL: "/api/v1/repos/search?limit=50&private=false", expectedResults: expectedResults{
- nil: {count: 32},
- user: {count: 32},
- user2: {count: 32},
+ nil: {count: 33},
+ user: {count: 33},
+ user2: {count: 33},
},
},
{