aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/activitypub/client.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/client.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/client.ts')
-rw-r--r--server/tests/api/activitypub/client.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/activitypub/client.ts b/server/tests/api/activitypub/client.ts
index 334cd4e5c..d45232c8d 100644
--- a/server/tests/api/activitypub/client.ts
+++ b/server/tests/api/activitypub/client.ts
@@ -9,7 +9,7 @@ import {
9 runServer, 9 runServer,
10 ServerInfo, 10 ServerInfo,
11 setAccessTokensToServers 11 setAccessTokensToServers
12} from '../../shared/utils' 12} from '../../../../shared/utils'
13 13
14 14
15const expect = chai.expect 15const expect = chai.expect