mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-18 10:30:49 +01: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