|
@@ -20,7 +20,7 @@ public class VaultSettingsJsonAdapterTest {
|
|
|
|
|
|
@Test
|
|
|
public void testDeserialize() throws IOException {
|
|
|
- String json = "{\"id\": \"foo\", \"path\": \"/foo/bar\", \"mountName\": \"test\", \"winDriveLetter\": \"X\", \"shouldBeIgnored\": true, \"mountPath\": \"/home/test/crypto\"}";
|
|
|
+ String json = "{\"id\": \"foo\", \"path\": \"/foo/bar\", \"mountName\": \"test\", \"winDriveLetter\": \"X\", \"shouldBeIgnored\": true, \"individualMountPath\": \"/home/test/crypto\"}";
|
|
|
JsonReader jsonReader = new JsonReader(new StringReader(json));
|
|
|
|
|
|
VaultSettings vaultSettings = adapter.read(jsonReader);
|