mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 22:07:36 -02:30
Fix test failure
This commit is contained in:
committed by
John Westcott IV
parent
c117ca66d5
commit
88bb6e5a6a
@@ -65,6 +65,7 @@ function HostMetrics() {
|
|||||||
pluralizedItemName={t`Host Metrics`}
|
pluralizedItemName={t`Host Metrics`}
|
||||||
renderRow={(item, index) => (
|
renderRow={(item, index) => (
|
||||||
<HostMetricsListItem
|
<HostMetricsListItem
|
||||||
|
key={item.id}
|
||||||
item={item}
|
item={item}
|
||||||
isSelected={selected.some(
|
isSelected={selected.some(
|
||||||
(row) => row.hostname === item.hostname
|
(row) => row.hostname === item.hostname
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ const mockHostMetrics = [
|
|||||||
used_in_inventories: 1,
|
used_in_inventories: 1,
|
||||||
deleted_counter: 1,
|
deleted_counter: 1,
|
||||||
id: 1,
|
id: 1,
|
||||||
|
url: '',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user