We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff6061 commit e0645fcCopy full SHA for e0645fc
oauth2_http/javatests/com/google/auth/oauth2/MockMetadataServerTransport.java
@@ -334,8 +334,7 @@ protected boolean isIdentityDocumentUrl(String url) {
334
335
protected boolean isMtlsConfigRequestUrl(String url) {
336
return url.equals(
337
- String.format(
338
- ComputeEngineCredentials.getMetadataServerUrl()
339
- + SecureSessionAgent.S2A_CONFIG_ENDPOINT_POSTFIX));
+ ComputeEngineCredentials.getMetadataServerUrl()
+ + SecureSessionAgent.S2A_CONFIG_ENDPOINT_POSTFIX);
340
}
341
0 commit comments