aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-06 10:35:35 +0200
committerChocobozzz <me@florianbigard.com>2021-07-20 15:27:16 +0200
commitc8fc9b47188b33cfc33184b1ee7e680a093244f1 (patch)
tree7deb3e57513c0b456decdd9008aa76540393d9fa /server/tests/api
parenta92ddacb38a4a17e117ca9ed41680a03580fb81d (diff)
downloadPeerTube-c8fc9b47188b33cfc33184b1ee7e680a093244f1.tar.gz
PeerTube-c8fc9b47188b33cfc33184b1ee7e680a093244f1.tar.zst
PeerTube-c8fc9b47188b33cfc33184b1ee7e680a093244f1.zip
Rename mock server files
Diffstat (limited to 'server/tests/api')
-rw-r--r--server/tests/api/notifications/admin-notifications.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/notifications/admin-notifications.ts b/server/tests/api/notifications/admin-notifications.ts
index cfe0bd2bb..170aa4532 100644
--- a/server/tests/api/notifications/admin-notifications.ts
+++ b/server/tests/api/notifications/admin-notifications.ts
@@ -2,7 +2,7 @@
2 2
3import 'mocha' 3import 'mocha'
4import { expect } from 'chai' 4import { expect } from 'chai'
5import { MockJoinPeerTubeVersions } from '@shared/extra-utils/mock-servers/joinpeertube-versions' 5import { MockJoinPeerTubeVersions } from '@shared/extra-utils'
6import { PluginType } from '@shared/models' 6import { PluginType } from '@shared/models'
7import { cleanupTests, installPlugin, setPluginLatestVersion, setPluginVersion, wait } from '../../../../shared/extra-utils' 7import { cleanupTests, installPlugin, setPluginLatestVersion, setPluginVersion, wait } from '../../../../shared/extra-utils'
8import { ServerInfo } from '../../../../shared/extra-utils/index' 8import { ServerInfo } from '../../../../shared/extra-utils/index'