From 35542c6ac94e2a724448bd83ad6c6e52b8fc4b68 Mon Sep 17 00:00:00 2001
From: Tore Brede <Tore.Brede@uib.no>
Date: Thu, 24 Mar 2022 14:09:23 +0100
Subject: [PATCH] Fixing missing field in test data

---
 frontend/src/routes/sponsor/guest/guestRoleInfo/index.test.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frontend/src/routes/sponsor/guest/guestRoleInfo/index.test.tsx b/frontend/src/routes/sponsor/guest/guestRoleInfo/index.test.tsx
index aca73860..b95000f1 100644
--- a/frontend/src/routes/sponsor/guest/guestRoleInfo/index.test.tsx
+++ b/frontend/src/routes/sponsor/guest/guestRoleInfo/index.test.tsx
@@ -22,6 +22,7 @@ const guest: Guest = {
   active: true,
   registered: true,
   verified: true,
+  invitation_status: 'active',
   roles: [
     {
       id: '200',
-- 
GitLab