1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

chore: also revert test-hash

This commit is contained in:
David Leek 2025-08-29 11:11:49 +02:00
parent e1f7f89b89
commit 148940aced
No known key found for this signature in database
GPG Key ID: 515EE0F1BB6D0BE1

View File

@ -124,7 +124,7 @@ test('should return signed instance statistics', async () => {
.expect((res) => {
expect(res.body.instanceId).toBe('test-static');
expect(res.body.sum).toBe(
'a5fd70e5ba5dfa02644404d4d075cb7f783487f607fbc00e8e4bc0aef41fd81a',
'd9bac94bba7afa20d98f0a9d54a84b79a6668f8103b8f89db85d05d38e84f519',
);
});
});