Skip to content

Commit df0f304

Browse files
committed
fix merge
1 parent 2aff6b2 commit df0f304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/git_smart_http_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func testGitSmartHTTP(t *testing.T, u *url.URL) {
8080
}
8181

8282
func testRenamedRepoRedirect(t *testing.T) {
83-
defer test.MockVariableValue(&setting.Service.RequireSignInView, true)()
83+
defer test.MockVariableValue(&setting.Service.RequireSignInViewStrict, true)()
8484

8585
// git client requires to get a 301 redirect response before 401 unauthorized response
8686
req := NewRequest(t, "GET", "/user2/oldrepo1/info/refs")

0 commit comments

Comments
 (0)