mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-04 07:07:06 +00:00
wrap system properties instead of direct modification
This commit is contained in:
@@ -79,7 +79,7 @@ public class AdminPropertiesSetterTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@DisplayName("If system property for config path is null, skip do not load anything")
|
||||
@DisplayName("If system property for config path is null, skip loading and replacing")
|
||||
void skipAdjustSystemPropertiesOnUndefinedProperty() {
|
||||
Assertions.assertNull(System.getProperty("cryptomator.adminConfigPath"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user