mirror of https://github.com/go-gitea/gitea.git
adjust tests (3)
This commit is contained in:
parent
76afc9324f
commit
7df9ca936a
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue