Skip to content

Commit 7df9ca9

Browse files
committed
adjust tests (3)
1 parent 76afc93 commit 7df9ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/repo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func TestViewRepo2(t *testing.T) {
119119
func TestViewRepo3(t *testing.T) {
120120
defer tests.PrepareTestEnv(t)()
121121

122-
req := NewRequest(t, "GET", "/org3/repo3")
122+
req := NewRequest(t, "GET", "/org3/repo3/code")
123123
session := loginUser(t, "user4")
124124
session.MakeRequest(t, req, http.StatusOK)
125125
}

0 commit comments

Comments
 (0)