We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76afc93 commit 7df9ca9Copy full SHA for 7df9ca9
tests/integration/repo_test.go
@@ -119,7 +119,7 @@ func TestViewRepo2(t *testing.T) {
119
func TestViewRepo3(t *testing.T) {
120
defer tests.PrepareTestEnv(t)()
121
122
- req := NewRequest(t, "GET", "/org3/repo3")
+ req := NewRequest(t, "GET", "/org3/repo3/code")
123
session := loginUser(t, "user4")
124
session.MakeRequest(t, req, http.StatusOK)
125
}
0 commit comments