Skip to content

Commit

Permalink
fixup! Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfreden committed Nov 27, 2024
1 parent 5dbbf44 commit 474b88f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ public SamlRealm buildRealm(
mock(SamlLogoutResponseHandler.class),
() -> idp,
sp,
mock(SamlRealmSettings.UserAttributeNameConfiguration.class)
SamlRealmSettings.UserAttributeNameConfiguration.fromConfig(config)
);
} catch (SettingsException e) {
logger.info(() -> format("Settings are invalid:\n%s", config.settings().toDelimitedString('\n')), e);
Expand Down

0 comments on commit 474b88f

Please sign in to comment.