mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Test/Cleanup] Remove console.log (#21002)
This commit is contained in:
parent
35dade2d3c
commit
f8bdc7d22a
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ export default function ({ getService }) {
|
||||||
})
|
})
|
||||||
.expect(200);
|
.expect(200);
|
||||||
|
|
||||||
console.log(JSON.stringify(body));
|
|
||||||
expect(body).to.eql(nodeDetailFixture);
|
expect(body).to.eql(nodeDetailFixture);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue