mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
remove superfluous condition
This commit is contained in:
parent
2f86c05c57
commit
1a92906cd4
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ define(function (require) {
|
|||
expect(output.params).to.have.property(paramName);
|
||||
expect(output.params[paramName]).to.have.property('flags');
|
||||
expect(typeof output.params[paramName].flags).to.be('string');
|
||||
expect(/TEST2/.test(output.params[paramName].flags)).to.be(false);
|
||||
expect(output.params[paramName].flags).to.be('TEST1|TEST3');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue