We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fb82f commit 50cfb86Copy full SHA for 50cfb86
firebase-config/src/test/java/com/google/firebase/remoteconfig/internal/ConfigStorageClientTest.java
@@ -91,7 +91,7 @@ public void read_validContainerWithPersonalization_returnsContainer() throws Exc
91
ConfigContainer.newBuilder(configContainer)
92
.withPersonalizationMetadata(
93
new JSONObject(
94
- ImmutableMap.of(Personalization.EXTERNAL_ARM_VALUE_PARAM, "arm_value")))
+ "{key1: {personalizationId: 'id1'}, key2: {personalizationId: 'id2'}}"))
95
.build();
96
storageClient.write(configWithPersonalization);
97
Preconditions.checkArgument(getFileAsString().equals(configWithPersonalization.toString()));
0 commit comments