Remove deprecated env variable
This commit is contained in:
Armin Schrenk
2022-03-29 17:24:01 +02:00
parent 6da8fc1f70
commit ef6f87bb19
4 changed files with 5 additions and 11 deletions
@@ -33,7 +33,7 @@ public class CustomMountPointChooserTest {
this.volume = Mockito.mock(Volume.class);
this.vaultSettings = Mockito.mock(VaultSettings.class);
this.environment = Mockito.mock(Environment.class);
this.customMpc = new CustomMountPointChooser(vaultSettings, environment);
this.customMpc = new CustomMountPointChooser(vaultSettings);
}
@Nested