]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/activitypub/helpers.ts
Remove activitypub helper
[github/Chocobozzz/PeerTube.git] / server / tests / api / activitypub / helpers.ts
index 57b1cab23c21d3ebd5308d83c9f0c4d865f6a232..e516cf49e8ce03c1f21c5b849cf8e646c0f0b468 100644 (file)
@@ -3,9 +3,10 @@
 import 'mocha'
 import { expect } from 'chai'
 import { cloneDeep } from 'lodash'
-import { buildAbsoluteFixturePath, buildRequestStub } from '@shared/extra-utils'
-import { buildSignedActivity } from '../../../helpers/activitypub'
+import { buildRequestStub } from '@server/tests/shared'
+import { buildAbsoluteFixturePath } from '@shared/core-utils'
 import { isHTTPSignatureVerified, isJsonLDSignatureVerified, parseHTTPSignature } from '../../../helpers/peertube-crypto'
+import { buildSignedActivity } from '../../../lib/activitypub/activity'
 
 describe('Test activity pub helpers', function () {
   describe('When checking the Linked Signature', function () {