From 48e15262a15772554acebc1191407b97ab6f16e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 4 May 2021 21:40:38 +0200 Subject: [PATCH] fix: tests --- .../component/menu/__tests__/__snapshots__/routes-test.jsx.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/menu/__tests__/__snapshots__/routes-test.jsx.snap b/frontend/src/component/menu/__tests__/__snapshots__/routes-test.jsx.snap index 43f4e4f127..0aea06effd 100644 --- a/frontend/src/component/menu/__tests__/__snapshots__/routes-test.jsx.snap +++ b/frontend/src/component/menu/__tests__/__snapshots__/routes-test.jsx.snap @@ -100,7 +100,7 @@ Array [ "layout": "main", "path": "/logout", "title": "Sign out", - "type": "protected", + "type": "unprotected", }, ] `;