diff --git a/opencti-platform/opencti-graphql/tests/utils/testQueryHelper.ts b/opencti-platform/opencti-graphql/tests/utils/testQueryHelper.ts index fb4da793ccb3..a322f2b53ec0 100644 --- a/opencti-platform/opencti-graphql/tests/utils/testQueryHelper.ts +++ b/opencti-platform/opencti-graphql/tests/utils/testQueryHelper.ts @@ -1,7 +1,8 @@ import { expect } from 'vitest'; import { print } from 'graphql/index'; import type { AxiosInstance } from 'axios'; -import { ADMIN_USER, adminQuery, createUnauthenticatedClient, executeInternalQuery, getOrganizationIdByName, Organization, queryAsAdmin, testContext } from './testQuery'; +import { ADMIN_USER, adminQuery, createUnauthenticatedClient, executeInternalQuery, getOrganizationIdByName, queryAsAdmin, testContext } from './testQuery'; +import type { Organization } from './testQuery'; import { downloadFile, streamConverter } from '../../src/database/file-storage'; import { logApp } from '../../src/config/conf'; import { AUTH_REQUIRED, FORBIDDEN_ACCESS } from '../../src/config/errors';