File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ func machine31failureWithCachedTokensFetchANewTokenAndRetryAuth() error {
365
365
authenticatorField = reflect .NewAt (
366
366
authenticatorField .Type (),
367
367
unsafe .Pointer (authenticatorField .UnsafeAddr ())).Elem ()
368
- // this is the only usage of the x packages in the test, showing the the public interface is
368
+ // this is the only usage of the x packages in the test, showing the public interface is
369
369
// correct.
370
370
authenticatorField .Interface ().(* auth.OIDCAuthenticator ).SetAccessToken ("some random happy sunshine string" )
371
371
@@ -1180,7 +1180,7 @@ func human31usesSpeculativeAuth() error {
1180
1180
authenticatorField = reflect .NewAt (
1181
1181
authenticatorField .Type (),
1182
1182
unsafe .Pointer (authenticatorField .UnsafeAddr ())).Elem ()
1183
- // This is the only usage of the x packages in the test, showing the the public interface is
1183
+ // This is the only usage of the x packages in the test, showing the public interface is
1184
1184
// correct.
1185
1185
authenticatorField .Interface ().(* auth.OIDCAuthenticator ).SetAccessToken (string (accessToken ))
1186
1186
You can’t perform that action at this time.
0 commit comments