Skip to content

Commit

Permalink
chore: fix string format in mock (#1570)
Browse files Browse the repository at this point in the history
minor fix.
  • Loading branch information
zhumin8 authored Dec 11, 2024
1 parent 7ff6061 commit e0645fc
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,7 @@ protected boolean isIdentityDocumentUrl(String url) {

protected boolean isMtlsConfigRequestUrl(String url) {
return url.equals(
String.format(
ComputeEngineCredentials.getMetadataServerUrl()
+ SecureSessionAgent.S2A_CONFIG_ENDPOINT_POSTFIX));
ComputeEngineCredentials.getMetadataServerUrl()
+ SecureSessionAgent.S2A_CONFIG_ENDPOINT_POSTFIX);
}
}

0 comments on commit e0645fc

Please sign in to comment.