chore: Correct naming of annotation-related files (#10946)

This commit is contained in:
Eugene
2024-09-26 13:15:08 +02:00
committed by GitHub
parent 262693be65
commit efc5d859eb
25 changed files with 46 additions and 31 deletions

View File

@@ -140,7 +140,7 @@ export const setupTestServer = ({
for (const group of endpointGroups) {
switch (group) {
case 'annotationTags':
await import('@/controllers/annotation-tags.controller');
await import('@/controllers/annotation-tags.controller.ee');
break;
case 'credentials':