mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Index Management] Fix cluster_nodes API test (#124224)
This commit is contained in:
parent
d4b757efd0
commit
150a813e2c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
it('should fetch the nodes plugins', async () => {
|
||||
const { body } = await getNodesPlugins().expect(200);
|
||||
|
||||
expect(body).eql([]);
|
||||
expect(Array.isArray(body)).to.be(true);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue