Skip to content

Commit 301f6a0

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent f5ff8b1 commit 301f6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/saml/SamlAuthenticatorTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,8 +1356,8 @@ public void testFailureWhenIdPCredentialsAreNull() throws Exception {
13561356
"Null credentials",
13571357
authenticator.getClass().getName(),
13581358
Level.WARN,
1359-
"Exception while attempting to validate SAML Signature. " +
1360-
"The issuer included in the SAML message was [https://idp.saml.elastic.test/]"
1359+
"Exception while attempting to validate SAML Signature. "
1360+
+ "The issuer included in the SAML message was [https://idp.saml.elastic.test/]"
13611361
)
13621362
);
13631363

0 commit comments

Comments
 (0)