Fix test failure

This commit is contained in:
Zita Nemeckova 2023-03-06 11:26:14 +01:00 committed by John Westcott IV
parent c117ca66d5
commit 88bb6e5a6a
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ function HostMetrics() {
pluralizedItemName={t`Host Metrics`}
renderRow={(item, index) => (
<HostMetricsListItem
key={item.id}
item={item}
isSelected={selected.some(
(row) => row.hostname === item.hostname

View File

@ -19,6 +19,7 @@ const mockHostMetrics = [
used_in_inventories: 1,
deleted_counter: 1,
id: 1,
url: '',
},
];