Skip to content

Commit

Permalink
Synthetics functional tests - Query for experimental packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiqueclarke authored Feb 23, 2022
1 parent 8fab126 commit 4bbeec2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 4bbeec2

Please sign in to comment.