We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317369d commit ade2eceCopy full SHA for ade2ece
x-pack/test/api_integration/apis/management/index_management/indices.js
@@ -200,7 +200,7 @@ export default function({ getService }) {
200
];
201
const sortedExpectedKeys = expectedKeys.sort();
202
const sortedReceivedKeys = Object.keys(body[0]).sort();
203
- expect(sortedReceivedKeys).to.equal(sortedExpectedKeys);
+ expect(sortedReceivedKeys).to.eql(sortedExpectedKeys);
204
});
205
206
0 commit comments