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 1c587ba commit d57bc4fCopy full SHA for d57bc4f
oauth2_http/javatests/com/google/auth/oauth2/MockTokenServerTransport.java
@@ -327,8 +327,8 @@ public LowLevelHttpResponse execute() throws IOException {
327
};
328
return request;
329
} else if (urlWithoutQuery.endsWith("/allowedLocations")) {
330
- // This is for mocking the call to IAM lookup when we attempt to refresh trust boundaries
331
- // after refreshing the access token.
+ // This is for mocking the call to IAM lookup when we attempt to refresh trust boundaries
+ // after refreshing the access token.
332
request =
333
new MockLowLevelHttpRequest(url) {
334
@Override
0 commit comments