Skip to content

Commit

Permalink
PR review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jportner committed Feb 12, 2020
1 parent 611607d commit e158fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration/apis/security/basic_login.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default function({ getService }) {
const systemAPIResponse = await supertest
.get('/internal/security/me')
.set('kbn-xsrf', 'xxx')
.set('kbn-system-api', 'true')
.set('kbn-system-request', 'true')
.set('Cookie', sessionCookie.cookieString())
.expect(200);

Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/pki_api_integration/apis/security/pki_auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default function({ getService }: FtrProviderContext) {
.ca(CA_CERT)
.pfx(FIRST_CLIENT_CERT)
.set('kbn-xsrf', 'xxx')
.set('kbn-system-api', 'true')
.set('kbn-system-request', 'true')
.set('Cookie', sessionCookie.cookieString())
.expect(200);

Expand Down

0 comments on commit e158fc4

Please sign in to comment.