Skip to content

Commit 4389717

Browse files
Add/update tests
1 parent 17e9d56 commit 4389717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/uid2/admin/store/writer/EncryptedSaltStoreWriterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ public void testUnencryptedAndEncryptedBehavesTheSame() throws Exception {
183183
JsonObject metadata = new JsonObject()
184184
.put("version", 1742770328863L)
185185
.put("generated", 1742770328)
186-
.put("first_level", "ZaCQ6O8v3kw76rsQfPNl6C+iKzj5c8X/LjCrJcs1zA8=")
186+
.put("first_level", "FIRST-LEVEL")
187187
.put("id_prefix", "a")
188-
.put("id_secret", "ZhY2JZNaefrRiu5fURsfcAdgB/da3t9tbeEtfRT5KKU=");
188+
.put("id_secret", "ID-SECRET");
189189

190190
encryptedSaltStoreWriter.upload(List.of(snapshot2), metadata);
191191

0 commit comments

Comments
 (0)