mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 12:07:20 +00:00
Expand fixtures (#2571)
* Add more repo search tests * Add and fix /api/repo/search integration tests * Add owner to access table for organization repositories * Remove tests
This commit is contained in:
@ -252,7 +252,7 @@ func TestOrganizations(t *testing.T) {
|
||||
[]int64{3, 6})
|
||||
|
||||
testSuccess(&SearchUserOptions{OrderBy: "id ASC", Page: 2, PageSize: 2},
|
||||
[]int64{7})
|
||||
[]int64{7, 17})
|
||||
|
||||
testSuccess(&SearchUserOptions{Page: 3, PageSize: 2},
|
||||
[]int64{})
|
||||
|
Reference in New Issue
Block a user