mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-23 17:00:24 +01:00
test: fixed improper signed_string reconstruction in .verify()
This commit is contained in:
@@ -261,9 +261,11 @@ describe('ActivityPub integration', () => {
|
||||
describe('.verify()', () => {
|
||||
let uid;
|
||||
let username;
|
||||
const baseUrl = nconf.get('relative_path');
|
||||
const mockReqBase = {
|
||||
method: 'GET',
|
||||
// path: ...
|
||||
baseUrl,
|
||||
headers: {
|
||||
// host: ...
|
||||
// date: ...
|
||||
|
||||
Reference in New Issue
Block a user