From e42d4c06c2b1d2432ae1d372b49da9042b53b783 Mon Sep 17 00:00:00 2001 From: Pedro Costa <550684+pnmcosta@users.noreply.github.com> Date: Wed, 16 Apr 2025 21:24:39 +0100 Subject: [PATCH] fix rest test --- management/client/rest/users_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/client/rest/users_test.go b/management/client/rest/users_test.go index 7a23ec11c..f1fbd206c 100644 --- a/management/client/rest/users_test.go +++ b/management/client/rest/users_test.go @@ -30,7 +30,7 @@ var ( Issued: ptr("api"), LastLogin: &time.Time{}, Name: "M. Essam", - Permissions: &api.UserPermissions{ + Permissions: api.UserPermissions{ Default: map[string]bool{ "read": false, "write": false,