diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-06 10:35:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:16 +0200 |
commit | c8fc9b47188b33cfc33184b1ee7e680a093244f1 (patch) | |
tree | 7deb3e57513c0b456decdd9008aa76540393d9fa /server/tests/api/notifications | |
parent | a92ddacb38a4a17e117ca9ed41680a03580fb81d (diff) | |
download | PeerTube-c8fc9b47188b33cfc33184b1ee7e680a093244f1.tar.gz PeerTube-c8fc9b47188b33cfc33184b1ee7e680a093244f1.tar.zst PeerTube-c8fc9b47188b33cfc33184b1ee7e680a093244f1.zip |
Rename mock server files
Diffstat (limited to 'server/tests/api/notifications')
-rw-r--r-- | server/tests/api/notifications/admin-notifications.ts | 2 |
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 | ||
3 | import 'mocha' | 3 | import 'mocha' |
4 | import { expect } from 'chai' | 4 | import { expect } from 'chai' |
5 | import { MockJoinPeerTubeVersions } from '@shared/extra-utils/mock-servers/joinpeertube-versions' | 5 | import { MockJoinPeerTubeVersions } from '@shared/extra-utils' |
6 | import { PluginType } from '@shared/models' | 6 | import { PluginType } from '@shared/models' |
7 | import { cleanupTests, installPlugin, setPluginLatestVersion, setPluginVersion, wait } from '../../../../shared/extra-utils' | 7 | import { cleanupTests, installPlugin, setPluginLatestVersion, setPluginVersion, wait } from '../../../../shared/extra-utils' |
8 | import { ServerInfo } from '../../../../shared/extra-utils/index' | 8 | import { ServerInfo } from '../../../../shared/extra-utils/index' |