Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(pid): add defaults for EZID via MPCONFIG
Test execution in PersistentIdentifierServiceBeanTest requires to construct an EZID provider. The providers constructor tries to login with the service, which is not relevant for the test. Providing EZID configuration settings via a src/test/resource/META-INF/microprofile-config.properties file makes the warnings go away about missing config options and also avoids sending requests to the real service for every test execution.
- Loading branch information