Skip to content

Commit 959bdeb

Browse files
committed
sso_proxy: unintentional change added
1 parent 8a2ccd7 commit 959bdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/proxy/oauthproxy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func testNewOAuthProxy(t *testing.T, optFuncs ...func(*OAuthProxy) error) (*OAut
139139
standardOptFuncs = append(standardOptFuncs, optFuncs...)
140140

141141
proxy, err := NewOAuthProxy(config.SessionConfig, standardOptFuncs...)
142-
testutil.Assert(t, err == nil, "could not create upstream reverse proxy: %v ----- %+v", err, config.SessionConfig)
142+
testutil.Assert(t, err == nil, "could not create upstream reverse proxy: %v", err)
143143

144144
if requestSigner == nil {
145145
t.Fatalf("request signer is nil")

0 commit comments

Comments
 (0)