mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 00:46:52 +02:00
test: fix test maybe
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user