Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit e680ac3

Browse files
committed
Fixes proxy_test.go
Signed-off-by: JoshVanL <[email protected]>
1 parent 23a13dc commit e680ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/proxy/proxy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ func newTestProxy(t *testing.T) *fakeProxy {
257257
fakeToken: fakeToken,
258258
fakeRT: fakeRT,
259259
Proxy: &Proxy{
260-
reqAuther: bearertoken.New(fakeToken),
260+
oidcAuther: bearertoken.New(fakeToken),
261261
clientTransport: fakeRT,
262262
},
263263
}

0 commit comments

Comments
 (0)