From 466413d028e058796123cdc02c35670a1434d7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Mon, 12 Feb 2024 12:53:17 +0000 Subject: [PATCH] chore: Update tests --- editor.planx.uk/src/components/Header.test.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/editor.planx.uk/src/components/Header.test.tsx b/editor.planx.uk/src/components/Header.test.tsx index 12b9d3dadb..918874934d 100644 --- a/editor.planx.uk/src/components/Header.test.tsx +++ b/editor.planx.uk/src/components/Header.test.tsx @@ -16,6 +16,9 @@ const mockTeam1: Team = { id: 123, name: "Open Systems Lab", slug: "opensystemslab", + integrations: { + hasPlanningData: false, + }, theme: { logo: "logo.jpg", primaryColour: "#0010A4", @@ -29,6 +32,9 @@ const mockTeam2: Team = { id: 456, name: "Closed Systems Lab", slug: "closedsystemslab", + integrations: { + hasPlanningData: false, + }, theme: { logo: null, primaryColour: "#0010A4",