File tree 1 file changed +2
-2
lines changed
internal/cmd/testoidcauth
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ func machine31failureWithCachedTokensFetchANewTokenAndRetryAuth() error {
371
371
authenticatorField = reflect .NewAt (
372
372
authenticatorField .Type (),
373
373
unsafe .Pointer (authenticatorField .UnsafeAddr ())).Elem ()
374
- // this is the only usage of the x packages in the test, showing the the public interface is
374
+ // this is the only usage of the x packages in the test, showing the public interface is
375
375
// correct.
376
376
authenticatorField .Interface ().(* auth.OIDCAuthenticator ).SetAccessToken ("some random happy sunshine string" )
377
377
@@ -1211,7 +1211,7 @@ func human31usesSpeculativeAuth() error {
1211
1211
authenticatorField = reflect .NewAt (
1212
1212
authenticatorField .Type (),
1213
1213
unsafe .Pointer (authenticatorField .UnsafeAddr ())).Elem ()
1214
- // This is the only usage of the x packages in the test, showing the the public interface is
1214
+ // This is the only usage of the x packages in the test, showing the public interface is
1215
1215
// correct.
1216
1216
authenticatorField .Interface ().(* auth.OIDCAuthenticator ).SetAccessToken (string (accessToken ))
1217
1217
You can’t perform that action at this time.
0 commit comments