diff --git a/shared/extra-utils/index.ts b/shared/extra-utils/index.ts index bde269052..7ca079c78 100644 --- a/shared/extra-utils/index.ts +++ b/shared/extra-utils/index.ts @@ -7,8 +7,6 @@ export * from './miscs' export * from './mock-servers' export * from './moderation' -export * from './plugins/mock-blocklist' - export * from './requests/check-api-params' export * from './requests/requests' diff --git a/shared/extra-utils/mock-servers/index.ts b/shared/extra-utils/mock-servers/index.ts index 485757843..0ec07f685 100644 --- a/shared/extra-utils/mock-servers/index.ts +++ b/shared/extra-utils/mock-servers/index.ts @@ -1,3 +1,4 @@ export * from './mock-email' export * from './mock-instances-index' export * from './mock-joinpeertube-versions' +export * from './mock-plugin-blocklist' diff --git a/shared/extra-utils/plugins/mock-blocklist.ts b/shared/extra-utils/mock-servers/mock-plugin-blocklist.ts similarity index 100% rename from shared/extra-utils/plugins/mock-blocklist.ts rename to shared/extra-utils/mock-servers/mock-plugin-blocklist.ts