Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jul 28, 2022
1 parent 4d39fd4 commit f367360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -120,8 +120,8 @@ public String retrieveTokenFromExecutable(ExecutableOptions options) throws IOEx
&& executableResponse.getExpirationTime() == null) {
throw new PluggableAuthException(
"INVALID_EXECUTABLE_RESPONSE",
"The executable response must contain the `expiration_time` field for successful responses when an " +
"output_file has been specified in the configuration.");
"The executable response must contain the `expiration_time` field for successful responses when an "
+ "output_file has been specified in the configuration.");
}

// The executable response includes a version. Validate that the version is compatible
Expand Down
Expand Up @@ -112,7 +112,6 @@ void constructor_successSamlResponseMissingExpirationTimeField_notExpired() thro
assertNull(response.getExpirationTime());
}


@Test
void constructor_validErrorResponse() throws IOException {
ExecutableResponse response = new ExecutableResponse(buildErrorResponse());
Expand Down

0 comments on commit f367360

Please sign in to comment.