Skip to content

Commit ea5d1b6

Browse files
fix more test urls
1 parent 45a610f commit ea5d1b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/org_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ func TestLimitedOrg(t *testing.T) {
5959
// not logged in user
6060
req := NewRequest(t, "GET", "/limited_org")
6161
MakeRequest(t, req, http.StatusNotFound)
62-
req = NewRequest(t, "GET", "/limited_org/231/public_repo_on_limited_org")
62+
req = NewRequest(t, "GET", "/limited_org/group/231/public_repo_on_limited_org")
6363
MakeRequest(t, req, http.StatusNotFound)
64-
req = NewRequest(t, "GET", "/limited_org/221/private_repo_on_limited_org")
64+
req = NewRequest(t, "GET", "/limited_org/group/221/private_repo_on_limited_org")
6565
MakeRequest(t, req, http.StatusNotFound)
6666

6767
// login non-org member user

0 commit comments

Comments
 (0)