mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix search intergration tests
This commit is contained in:
parent
39c5e1cb5c
commit
7d6ad5cf25
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export const verifyErrorResponse = (
|
|||
) => {
|
||||
expect(r.statusCode).to.be(expectedCode);
|
||||
if (message) {
|
||||
expect(r.message).to.be(message);
|
||||
expect(r.message).to.include.string(message);
|
||||
}
|
||||
if (shouldHaveAttrs) {
|
||||
expect(r).to.have.property('attributes');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue