Skip to content

Commit 0c7e4be

Browse files
committed
Changes from node scripts/eslint_all_files --no-cache --fix
1 parent d9ad322 commit 0c7e4be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/entity_extraction.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
import { apiTest, expect } from '@kbn/scout-security';
8+
import { apiTest, expect } from '@kbn/scout-security/api';
99
import { COMMON_HEADERS, ENTITY_STORE_ROUTES, ENTITY_STORE_TAGS } from '../fixtures/constants';
1010
import { FF_ENABLE_ENTITY_STORE_V2 } from '../../../../common';
1111

x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/install.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
import { apiTest, expect } from '@kbn/scout-security';
8+
import { apiTest, expect } from '@kbn/scout-security/api';
99
import { COMMON_HEADERS, ENTITY_STORE_ROUTES, ENTITY_STORE_TAGS } from '../fixtures/constants';
1010
import { FF_ENABLE_ENTITY_STORE_V2 } from '../../../../common';
1111

0 commit comments

Comments
 (0)