mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This reverts commit be40e96806
.
This commit is contained in:
parent
22b7991212
commit
52dd72e0a2
133 changed files with 6792 additions and 5627 deletions
|
@ -44,11 +44,11 @@ const assertStatsAndMetrics = (body) => {
|
|||
|
||||
export default function ({ getService }) {
|
||||
const supertest = getService('supertest');
|
||||
const kibanaServer = getService('kibanaServer');
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
describe('kibana stats api', () => {
|
||||
before(() => kibanaServer.importExport.load('saved_objects/basic'));
|
||||
after(() => kibanaServer.importExport.unload('saved_objects/basic'));
|
||||
before('make sure there are some saved objects', () => esArchiver.load('saved_objects/basic'));
|
||||
after('cleanup saved objects changes', () => esArchiver.unload('saved_objects/basic'));
|
||||
|
||||
describe('basic', () => {
|
||||
it('should return the stats without cluster_uuid with no query string params', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue