aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/activitypub/helpers.ts
diff options
context:
space:
mode:
authorbuoyantair <buoyantair@protonmail.com>2018-11-16 02:51:26 +0530
committerbuoyantair <buoyantair@protonmail.com>2018-11-16 02:51:26 +0530
commit92e07c3b5d9dbf2febedb1b5b87ec676eb6d1ac8 (patch)
treec5e0d6a46d1eb1b96e4bc9509d209fecc3fb23ad /server/tests/api/activitypub/helpers.ts
parentae28cdf327d782e629379eee1999096ca2a5d74b (diff)
downloadPeerTube-92e07c3b5d9dbf2febedb1b5b87ec676eb6d1ac8.tar.gz
PeerTube-92e07c3b5d9dbf2febedb1b5b87ec676eb6d1ac8.tar.zst
PeerTube-92e07c3b5d9dbf2febedb1b5b87ec676eb6d1ac8.zip
Fix dependency errors between modules
Diffstat (limited to 'server/tests/api/activitypub/helpers.ts')
-rw-r--r--server/tests/api/activitypub/helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/activitypub/helpers.ts b/server/tests/api/activitypub/helpers.ts
index 610846247..4c42f3d67 100644
--- a/server/tests/api/activitypub/helpers.ts
+++ b/server/tests/api/activitypub/helpers.ts
@@ -2,7 +2,7 @@
2 2
3import 'mocha' 3import 'mocha'
4import { expect } from 'chai' 4import { expect } from 'chai'
5import { buildRequestStub } from '../../utils' 5import { buildRequestStub } from '../../utils/miscs/stubs'
6import { isHTTPSignatureVerified, isJsonLDSignatureVerified, parseHTTPSignature } from '../../../helpers/peertube-crypto' 6import { isHTTPSignatureVerified, isJsonLDSignatureVerified, parseHTTPSignature } from '../../../helpers/peertube-crypto'
7import { cloneDeep } from 'lodash' 7import { cloneDeep } from 'lodash'
8import { buildSignedActivity } from '../../../helpers/activitypub' 8import { buildSignedActivity } from '../../../helpers/activitypub'