Skip to content

Commit

Permalink
fixing more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Jul 12, 2021
1 parent 9624e5a commit 2e9fee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/test/api_integration/apis/metrics_ui/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export default function ({ getService }: FtrProviderContext) {
name: 'custom_0',
value: 0.0016,
max: 0.0018333333333333333,
avg: 0.0013666666666666669,
avg: 0.00165,
},
]);
}
Expand Down Expand Up @@ -389,7 +389,7 @@ export default function ({ getService }: FtrProviderContext) {
name: 'cpu',
value: 0.0032,
max: 0.0038333333333333336,
avg: 0.002794444444444445,
avg: 0.003341666666666667,
},
]);
const secondNode = nodes[1] as any;
Expand All @@ -403,7 +403,7 @@ export default function ({ getService }: FtrProviderContext) {
name: 'cpu',
value: 0.0032,
max: 0.0038333333333333336,
avg: 0.002794444444444445,
avg: 0.003341666666666667,
},
]);
}
Expand Down

0 comments on commit 2e9fee7

Please sign in to comment.