Skip to content

Commit

Permalink
fixed broken unit test after changing config file
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Aug 29, 2022
1 parent f87597b commit dc70cc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void underTestReturnsDefaultValuesIfBaseConfigWasEmpty() {
public void underTestReturnsValuesOfConfigFile() {
final DefaultOAuthConfig underTest = DefaultOAuthConfig.of(oauthConfig);

softly.assertThat(underTest.getProtocol()).isEqualTo("http");
softly.assertThat(underTest.getProtocol()).isEqualTo("https");

softly.assertThat(underTest.getAllowedClockSkew()).isEqualTo(Duration.ofSeconds(20));

Expand Down

0 comments on commit dc70cc5

Please sign in to comment.