diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-02-19 15:56:24 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-02-19 15:56:24 +0100 |
commit | d54c57cda552224f90961f8b2036389551bc3329 (patch) | |
tree | e3226384226bf12d6009b8a3edf23e8feb9145d0 /eaaf_core_utils/src/test/java/at | |
parent | c65863f0f1e437960d07cfecb789df9efc04681d (diff) | |
parent | 2b77cd297aee2081ad8c99ba9f79483cf35178a7 (diff) | |
download | EAAF-Components-d54c57cda552224f90961f8b2036389551bc3329.tar.gz EAAF-Components-d54c57cda552224f90961f8b2036389551bc3329.tar.bz2 EAAF-Components-d54c57cda552224f90961f8b2036389551bc3329.zip |
Merge branch 'feature/small_changes' into 'nightlyBuild'
Feature/small changes
See merge request egiz/eaaf_components!16
Diffstat (limited to 'eaaf_core_utils/src/test/java/at')
-rw-r--r-- | eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/dummy/DummyAuthConfigMap.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/dummy/DummyAuthConfigMap.java b/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/dummy/DummyAuthConfigMap.java index bf1dfd03..09301f57 100644 --- a/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/dummy/DummyAuthConfigMap.java +++ b/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/dummy/DummyAuthConfigMap.java @@ -123,7 +123,7 @@ public class DummyAuthConfigMap implements IConfigurationWithSP { @Override public String validateIdpUrl(final URL authReqUrl) throws EaafException { - return null; + return authReqUrl.toExternalForm(); } public void putConfigValue(final String key, final String value) { |