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 17e9d56 commit 4389717Copy full SHA for 4389717
src/test/java/com/uid2/admin/store/writer/EncryptedSaltStoreWriterTest.java
@@ -183,9 +183,9 @@ public void testUnencryptedAndEncryptedBehavesTheSame() throws Exception {
183
JsonObject metadata = new JsonObject()
184
.put("version", 1742770328863L)
185
.put("generated", 1742770328)
186
- .put("first_level", "ZaCQ6O8v3kw76rsQfPNl6C+iKzj5c8X/LjCrJcs1zA8=")
+ .put("first_level", "FIRST-LEVEL")
187
.put("id_prefix", "a")
188
- .put("id_secret", "ZhY2JZNaefrRiu5fURsfcAdgB/da3t9tbeEtfRT5KKU=");
+ .put("id_secret", "ID-SECRET");
189
190
encryptedSaltStoreWriter.upload(List.of(snapshot2), metadata);
191
0 commit comments