From 633a3a1e015c97b473546e0620485184a15019c2 Mon Sep 17 00:00:00 2001 From: Markus Reisner Date: Mon, 4 Dec 2023 11:54:35 +0100 Subject: [PATCH] Fix tests --- .../__tests__/SnapshotManagementCard.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack/components/SnapshotManagementCard/__tests__/SnapshotManagementCard.test.js b/webpack/components/SnapshotManagementCard/__tests__/SnapshotManagementCard.test.js index ab83287..23503fd 100644 --- a/webpack/components/SnapshotManagementCard/__tests__/SnapshotManagementCard.test.js +++ b/webpack/components/SnapshotManagementCard/__tests__/SnapshotManagementCard.test.js @@ -5,6 +5,7 @@ import SnapshotManagementCard from '../SnapshotManagementCard'; const hostDetails = { id: 42, name: 'deep.thought', + uuid: '829aa26a-928f-11ee-b9d1-0242ac120002', permissions: { create_snapshots: true, edit_snapshots: false,