Skip to content

Commit

Permalink
Update feature_controls.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored Nov 4, 2020
1 parent 22762ad commit bccc614
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ export default function ({ getService }: FtrProviderContext) {
};

describe('feature controls', () => {
let isProd = false;
before(() => {
const kbnConfig = config.get('servers.kibana');
isProd = kbnConfig.hostname === 'localhost' && kbnConfig.port === 5620 ? false : true;
});
it(`APIs can't be accessed by user with no privileges`, async () => {
const username = 'logstash_read';
const roleName = 'logstash_read';
Expand Down

0 comments on commit bccc614

Please sign in to comment.