Skip to content

Commit

Permalink
fix api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MiriamAparicio committed Apr 19, 2023
1 parent 2e24a1a commit 578b81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {
offset,
kuery,
field,
fieldNames: JSON.stringify(SERVICE_VERSIONS),
fieldValues: JSON.stringify(SERVICE_VERSIONS),
},
},
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {

const throughputValues = response.mainStatistics.map((item) => item.throughput);
expect(throughputValues).to.be.eql([
1.800002000002222, 1.0000011111123457, 1.0000011111123457,
0.6000006666674074, 0.40000044444493826, 0.40000044444493826,
]);
});
it('returns the correct data for Os version', async () => {
Expand Down

0 comments on commit 578b81e

Please sign in to comment.