Skip to content

Commit 78c67fe

Browse files
fix org test
1 parent 4a08e1b commit 78c67fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/org_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func TestOrgRestrictedUser(t *testing.T) {
198198
req = NewRequest(t, "GET", "/"+orgName)
199199
restrictedSession.MakeRequest(t, req, http.StatusOK)
200200

201-
req = NewRequest(t, "GET", fmt.Sprintf("/%s/%s", orgName, repoName))
201+
req = NewRequest(t, "GET", fmt.Sprintf("/%s/%s%s", orgName, maybeGroupSegment(int64(repoGroup)), repoName))
202202
restrictedSession.MakeRequest(t, req, http.StatusOK)
203203
}
204204

0 commit comments

Comments
 (0)