mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
x-pack/test/saved_object_api_integration/common/suites/find.ts Fix broken build (#34224)
This commit is contained in:
parent
ed57d3b4d3
commit
852b6e9b1a
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ export default function ({ getService }) {
|
|||
'title': 'Count of requests'
|
||||
},
|
||||
migrationVersion: {
|
||||
visualization: '7.0.0',
|
||||
visualization: '7.1.0',
|
||||
},
|
||||
references: [
|
||||
{
|
||||
|
|
|
@ -102,7 +102,7 @@ export function findTestSuiteFactory(esArchiver: any, supertest: SuperTest<any>)
|
|||
title: 'Count of requests',
|
||||
},
|
||||
migrationVersion: {
|
||||
visualization: '7.0.0',
|
||||
visualization: '7.1.0',
|
||||
},
|
||||
references: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue