Skip to content

Commit d7df0da

Browse files
author
Aaron Caldwell
committed
Remove unused headers in test
1 parent d94d20c commit d7df0da

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

x-pack/test/licensing_plugin/legacy/updates.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ export default function(ftrContext: FtrProviderContext) {
5050
await scenario.startBasic();
5151
await scenario.waitForPluginToDetectLicenseUpdate();
5252

53-
const { body: legacyBasicLicense, header: legacyBasicLicenseHeaders } = await supertest
54-
.get('/api/xpack/v1/info')
55-
.expect(200);
53+
const { body: legacyBasicLicense } = await supertest.get('/api/xpack/v1/info').expect(200);
5654
expect(legacyBasicLicense.license?.type).to.be('basic');
5755
expect(legacyBasicLicense.features).to.have.property('security');
5856

0 commit comments

Comments
 (0)