Skip to content

Commit 8bb4a20

Browse files
committed
test user2 since user1 has no repos
1 parent d373263 commit 8bb4a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/api_repo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
func TestAPIUserReposNotLogin(t *testing.T) {
1717
assert.NoError(t, models.LoadFixtures())
1818

19-
req, err := http.NewRequest("GET", "/api/v1/users/user1/repos", nil)
19+
req, err := http.NewRequest("GET", "/api/v1/users/user2/repos", nil)
2020
assert.NoError(t, err)
2121
resp := MakeRequest(req)
2222
assert.EqualValues(t, http.StatusOK, resp.HeaderCode)

0 commit comments

Comments
 (0)