mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix API test script (#133308)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
ca36c6dff8
commit
0443b217a4
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ if (server) {
|
|||
const cmd = [
|
||||
'node',
|
||||
...(inspect ? ['--inspect-brk'] : []),
|
||||
`../../../../scripts/${ftrScript}`,
|
||||
`../../../../../scripts/${ftrScript}`,
|
||||
...(grep ? [`--grep "${grep}"`] : []),
|
||||
...(updateSnapshots ? [`--updateSnapshots`] : []),
|
||||
`--config ../../../../test/apm_api_integration/${license}/config.ts`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue