mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Synthetics functional tests - Query for experimental packages (#126281)
This commit is contained in:
parent
9c546f1a21
commit
9674c7f0a1
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ export function SyntheticsPackageProvider({ getService }: FtrProviderContext) {
|
|||
apiRequest = retry.try(() => {
|
||||
return supertest
|
||||
.get(INGEST_API_EPM_PACKAGES)
|
||||
.query({ experimental: true })
|
||||
.set('kbn-xsrf', 'xxx')
|
||||
.expect(200)
|
||||
.catch((error) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue