[java-idp-integration-tests] 01/02: Cleanup

Tom Zeller tzeller at dragonacea.biz
Thu Sep 19 01:52:43 UTC 2024


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=166f8645fc5e09e8d0b537a7930a2d1fff71cfb6

commit 166f8645fc5e09e8d0b537a7930a2d1fff71cfb6
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Sep 18 18:49:39 2024 -0500

    Cleanup
---
 .../idp/integration/tests/plugins/WebAuthnPluginTest.java          | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/test/java/net/shibboleth/idp/integration/tests/plugins/WebAuthnPluginTest.java b/src/test/java/net/shibboleth/idp/integration/tests/plugins/WebAuthnPluginTest.java
index f931927..4ee5c7b 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/plugins/WebAuthnPluginTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/plugins/WebAuthnPluginTest.java
@@ -200,8 +200,7 @@ public class WebAuthnPluginTest extends AbstractSAML2IntegrationTest {
                         "        <bean parent=\"shibboleth.PredicateAccessControl\">" + "\n" + //
                         "            <constructor-arg>" + "\n" + //
                         "                <bean id=\"AccessByCurrentUserPredicate\"" + "\n" + //
-                        "                    class=\"net.shibboleth.idp.plugin.authn.webauthn.admin.impl.AllowCurrentUserAccessPredicate\">\n"
-                        + //
+                        "                    class=\"net.shibboleth.idp.plugin.authn.webauthn.admin.impl.AllowCurrentUserAccessPredicate\">\n" + //
                         "                </bean>" + "\n" + //
                         "            </constructor-arg>" + "\n" + //
                         "        </bean>" + "\n" + //
@@ -259,7 +258,7 @@ public class WebAuthnPluginTest extends AbstractSAML2IntegrationTest {
     }
 
     /**
-     * Set up SAML2 Redirect URLs for testing. -
+     * Set up SAML2 Redirect URLs for testing.
      */
     protected void setUpSAML2URLs() {
 
@@ -286,7 +285,7 @@ public class WebAuthnPluginTest extends AbstractSAML2IntegrationTest {
                 .setProtocol(VirtualAuthenticatorOptions.Protocol.CTAP2);
 
         final VirtualAuthenticator authenticator = ((HasVirtualAuthenticator) driver).addVirtualAuthenticator(options);
-        log.debug("Set up virutal authenticator '{}'", authenticator);
+        log.debug("Set up virtual authenticator '{}'", authenticator);
         return authenticator;
     }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list