X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fnotifications%2Fadmin-notifications.ts;h=18962a71e77363f4ce4d155a20352907fcff4ab9;hb=bf54587a3e2ad9c2c186828f2a5682b91ee2cc00;hp=c00d4e2575ae009b74415a54863b348d366870f8;hpb=29837f8885eb37fa300e4b80c90a6d03ab337084;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/notifications/admin-notifications.ts b/server/tests/api/notifications/admin-notifications.ts index c00d4e257..18962a71e 100644 --- a/server/tests/api/notifications/admin-notifications.ts +++ b/server/tests/api/notifications/admin-notifications.ts @@ -12,7 +12,7 @@ import { PeerTubeServer, prepareNotificationsTest, wait -} from '@shared/extra-utils' +} from '@shared/server-commands' import { PluginType, UserNotification, UserNotificationType } from '@shared/models' describe('Test admin notifications', function () {