mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-06 01:10:14 +00:00
ARTEMIS-3168 - fix test dependency on login.config system property being set
This commit is contained in:
parent
2374bbcf2a
commit
5633de9cb0
@ -139,6 +139,7 @@ public class KubernetesLoginModuleTest {
|
||||
|
||||
private Map<String, ?> getDefaultOptions() {
|
||||
return Map.of(K8S_ROLE_FILE_PROP_NAME,
|
||||
"k8s-roles.properties");
|
||||
// java.security.auth.login.config not set to provide baseDir so configure full path
|
||||
KubernetesLoginModuleTest.class.getClassLoader().getResource("k8s-roles.properties").getPath());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user