Skip to content

Commit

Permalink
Update x-pack/test/fleet_api_integration/apis/agent_policy/agent_poli…
Browse files Browse the repository at this point in the history
…cy.ts

Co-authored-by: Alex Szabo <[email protected]>
  • Loading branch information
juliaElastic and delanni authored Oct 2, 2023
1 parent 17ce710 commit 2804f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ export default function (providerContext: FtrProviderContext) {
.expect(200);

// add endpoint package policy, which is required for tamper protection
const res = await supertest
await supertest
.post(`/api/fleet/package_policies`)
.set('kbn-xsrf', 'xxxx')
.send({
Expand Down

0 comments on commit 2804f25

Please sign in to comment.