Skip to content

Commit

Permalink
removing defunct type
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Feb 2, 2021
1 parent 5427b56 commit 4e657c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration/apis/metrics_ui/metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function ({ getService }: FtrProviderContext) {
interval: '>=1m',
},
nodeId: 'demo-stack-mysql-01',
nodeType: 'host' as InfraNodeType,
nodeType: 'host',
});
return data.then((resp) => {
if (!resp) {
Expand Down

0 comments on commit 4e657c6

Please sign in to comment.