[java-idp-plugin-totp] branch main updated: Test API update.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 17 22:14:07 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-totp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=b15aa3918acf6aaa567736b609d38c0ced17799a
The following commit(s) were added to refs/heads/main by this push:
new b15aa39 Test API update.
b15aa39 is described below
commit b15aa3918acf6aaa567736b609d38c0ced17799a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 17 18:14:05 2020 -0400
Test API update.
---
.../idp/plugin/totp/impl/AttributeResolverSeedSourceTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/totp-impl/src/test/java/net/shibboleth/idp/plugin/totp/impl/AttributeResolverSeedSourceTest.java b/totp-impl/src/test/java/net/shibboleth/idp/plugin/totp/impl/AttributeResolverSeedSourceTest.java
index 6633566..b5d473e 100644
--- a/totp-impl/src/test/java/net/shibboleth/idp/plugin/totp/impl/AttributeResolverSeedSourceTest.java
+++ b/totp-impl/src/test/java/net/shibboleth/idp/plugin/totp/impl/AttributeResolverSeedSourceTest.java
@@ -35,8 +35,8 @@ import net.shibboleth.idp.attribute.IdPAttribute;
import net.shibboleth.idp.attribute.StringAttributeValue;
import net.shibboleth.idp.attribute.resolver.AttributeDefinition;
import net.shibboleth.idp.attribute.resolver.DataConnector;
-import net.shibboleth.idp.attribute.resolver.MockAttributeDefinition;
import net.shibboleth.idp.attribute.resolver.impl.AttributeResolverImpl;
+import net.shibboleth.idp.attribute.resolver.testing.MockAttributeDefinition;
import net.shibboleth.idp.authn.context.AuthenticationContext;
import net.shibboleth.idp.plugin.totp.context.TOTPContext;
import net.shibboleth.idp.profile.testing.RequestContextBuilder;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list