mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-02 15:09:33 -05:00
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) {
|
func TestViewRepo3(t *testing.T) {
|
||||||
defer tests.PrepareTestEnv(t)()
|
defer tests.PrepareTestEnv(t)()
|
||||||
|
|
||||||
req := NewRequest(t, "GET", "/org3/repo3")
|
req := NewRequest(t, "GET", "/org3/repo3/code")
|
||||||
session := loginUser(t, "user4")
|
session := loginUser(t, "user4")
|
||||||
session.MakeRequest(t, req, http.StatusOK)
|
session.MakeRequest(t, req, http.StatusOK)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user