test: fix test maybe

This commit is contained in:
Barış Soner Uşaklı
2026-03-11 22:53:38 -04:00
parent 74fa77dd76
commit 25f6088f52

View File

@@ -35,7 +35,7 @@ describe('http signature signing and verification', () => {
assert(signature);
assert(dateObj);
assert.strictEqual(digest, null);
assert.strictEqual(digest, undefined);
});
it('should also return a digest hash if payload is passed in', async () => {