Skip to content

Commit e42048e

Browse files
authored
Merge pull request #1952 from IABTechLab/gdm-UID2-5448-cleanup
Made salt files match mock data in admin
2 parents 04a9e8f + 58af735 commit e42048e

4 files changed

Lines changed: 14 additions & 15 deletions

File tree

js/euid-sdk-1.0.0/options.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('cookiePath option', () => {
8080

8181
describe('baseUrl option', () => {
8282
const identity = makeIdentity({
83-
refresh_from: Date.now()- 100000
83+
refresh_from: Date.now() - 100000
8484
});
8585

8686
describe('when using default value', () => {

src/main/resources/com.uid2.core/test/salts/metadata.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
"id_secret" : "HF6Qz42HBbVHINxhh191dB09BCuTWyBkNtrNicO4ZCw=",
77
"salts" : [
88
{
9-
"effective" : 1670796729291,
10-
"expires" : 1766125493000,
11-
"location" : "/com.uid2.core/test/salts/salts.txt.1670796729291",
12-
"size" : 2
13-
},{
9+
"effective" : 1670796729291,
10+
"expires" : 1766125493000,
11+
"location" : "/com.uid2.core/test/salts/salts.txt.1670796729291",
12+
"size" : 2
13+
},{
1414
"effective" : 1745907348982,
15-
"expires" : 1780620362000,
15+
"expires" : 1766720293000,
1616
"location" : "/com.uid2.core/test/salts/salts.txt.1745907348982",
17-
"size" : 4
17+
"size" : 2
1818
}
1919
]
20-
}
20+
}
21+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1000000,1614556800000,vgv1BwiNRCW7F3VcNXHlZh+7oHJ4G4gCshbGcVOLnss=,,,,,,,,
2-
1000001,1643235130717,vgv1BwiNRCW7F3VcNXHlZh+7oHJ4G4gCshbGcVOLnsP=,,,,,,,,
1+
1000000,1806364800001,vgv1BwiNRCW7F3VcNXHlZh+7oHJ4G4gCshbGcVOLnss=,1814140800000,vgv1BwiNRCW7F3VcNXHlZh+7oHJ4G4gCshbGcVOLnsS=,,,,,,
2+
1000001,1786924800001,vgv1BwiNRCW7F3VcNXHlZh+7oHJ4G4gCshbGcVOLnst=,1812844800000,,,,,,,
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
1000000,1614556800000,vgv1BwiNRCW7F3VcNXHlZh+7oHJ4G4gCshbGcVOLnss=,,,,,,,,
2-
1000001,1643235130717,vgv1BwiNRCW7F3VcNXHlZh+7oHJ4G4gCshbGcVOLnss=,,,,,,,,
3-
1000002,1614556000010,vgv1BwiNRCW7F3VcNXHlZh+7oHJ4G4gCshbGcVOLnss=,,,,,,,,
4-
1000003,1643235230717,vgv1BwiNRCW7F3VcNXHlZh+7oHJ4G4gCshbGcVOLnss=,,,,,,,,
1+
1000000,1806364800001,vgv1BwiNRCW7F3VcNXHlZh+7oHJ4G4gCshbGcVOLnss=,1814140800000,vgv1BwiNRCW7F3VcNXHlZh+7oHJ4G4gCshbGcVOLnsS=,,,,,,
2+
1000001,1786924800001,vgv1BwiNRCW7F3VcNXHlZh+7oHJ4G4gCshbGcVOLnst=,1812844800000,,,,,,,

0 commit comments

Comments
 (0)