mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
remove debugging lines from URL tests
This commit is contained in:
parent
f163fce4f0
commit
941b4b5692
1 changed files with 0 additions and 2 deletions
|
@ -214,7 +214,6 @@ define(function (require) {
|
|||
throw new Error('this should not run');
|
||||
} catch (err) {
|
||||
expect(err).to.be.an(Error);
|
||||
console.log(err.message);
|
||||
expect(err.message).to.match(/replace_me/);
|
||||
}
|
||||
});
|
||||
|
@ -228,7 +227,6 @@ define(function (require) {
|
|||
throw new Error('this should not run');
|
||||
} catch (err) {
|
||||
expect(err).to.be.an(Error);
|
||||
console.log(err.message);
|
||||
expect(err.message).to.match(/replace_me\|number/);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue