0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-04 21:06:20 +02:00

fix more test urls

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-11-26 08:49:18 -05:00
parent 2443ea0fd9
commit 209cfd3de6
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C

View File

@ -66,9 +66,9 @@ func testLimitedOrg(t *testing.T) {
// not logged-in user
req := NewRequest(t, "GET", "/limited_org")
MakeRequest(t, req, http.StatusNotFound)
req = NewRequest(t, "GET", "/limited_org/231/public_repo_on_limited_org")
req = NewRequest(t, "GET", "/limited_org/group/231/public_repo_on_limited_org")
MakeRequest(t, req, http.StatusNotFound)
req = NewRequest(t, "GET", "/limited_org/221/private_repo_on_limited_org")
req = NewRequest(t, "GET", "/limited_org/group/221/private_repo_on_limited_org")
MakeRequest(t, req, http.StatusNotFound)
// login non-org member user