mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 07:47:58 +02:00
test: fix test maybe
This commit is contained in:
@@ -35,7 +35,7 @@ describe('http signature signing and verification', () => {
|
|||||||
|
|
||||||
assert(signature);
|
assert(signature);
|
||||||
assert(dateObj);
|
assert(dateObj);
|
||||||
assert.strictEqual(digest, null);
|
assert.strictEqual(digest, undefined);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should also return a digest hash if payload is passed in', async () => {
|
it('should also return a digest hash if payload is passed in', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user