We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611607d commit e158fc4Copy full SHA for e158fc4
2 files changed
x-pack/test/api_integration/apis/security/basic_login.js
@@ -201,7 +201,7 @@ export default function({ getService }) {
201
const systemAPIResponse = await supertest
202
.get('/internal/security/me')
203
.set('kbn-xsrf', 'xxx')
204
- .set('kbn-system-api', 'true')
+ .set('kbn-system-request', 'true')
205
.set('Cookie', sessionCookie.cookieString())
206
.expect(200);
207
x-pack/test/pki_api_integration/apis/security/pki_auth.ts
@@ -242,7 +242,7 @@ export default function({ getService }: FtrProviderContext) {
242
.ca(CA_CERT)
243
.pfx(FIRST_CLIENT_CERT)
244
245
246
247
248
0 commit comments