From c0965e7398c0344bdbfb2030519a8bead548cebc Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Wed, 7 Aug 2024 15:59:17 +0200 Subject: [PATCH] Fix the user tests --- testdata/get_user_admin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/testdata/get_user_admin.json b/testdata/get_user_admin.json index 6a474beb1..d8482d300 100644 --- a/testdata/get_user_admin.json +++ b/testdata/get_user_admin.json @@ -8,6 +8,7 @@ "web_url": "http://localhost:3000/john_smith", "created_at": "2012-05-23T08:00:58Z", "is_admin": true, + "is_auditor": true, "bio": "Bio of John Smith", "location": "USA", "public_email": "john@example.com",