Skip to content

Commit 95b1961

Browse files
authored
Fix lint issue (elastic#250901)
## Summary A combination of elastic#250566 + elastic#250772 caused a lint issue, then an import issue on main.
1 parent a16542a commit 95b1961

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

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

8-
import { apiTest, expect } from '@kbn/scout-security';
8+
import { expect } from '@kbn/scout-security/api';
9+
import { apiTest } from '@kbn/scout-security';
910
import { COMMON_HEADERS, ENTITY_STORE_ROUTES, ENTITY_STORE_TAGS } from '../fixtures/constants';
1011
import { FF_ENABLE_ENTITY_STORE_V2 } from '../../../../common';
1112

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

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

8-
import { apiTest, expect } from '@kbn/scout-security';
8+
import { expect } from '@kbn/scout-security/api';
9+
import { apiTest } from '@kbn/scout-security';
910
import { COMMON_HEADERS, ENTITY_STORE_ROUTES, ENTITY_STORE_TAGS } from '../fixtures/constants';
1011
import { FF_ENABLE_ENTITY_STORE_V2 } from '../../../../common';
1112

0 commit comments

Comments
 (0)