adjust tests (3)

This commit is contained in:
6543 2024-10-31 21:00:33 +01:00
parent 76afc9324f
commit 7df9ca936a
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ func TestViewRepo2(t *testing.T) {
func TestViewRepo3(t *testing.T) {
defer tests.PrepareTestEnv(t)()
req := NewRequest(t, "GET", "/org3/repo3")
req := NewRequest(t, "GET", "/org3/repo3/code")
session := loginUser(t, "user4")
session.MakeRequest(t, req, http.StatusOK)
}