summaryrefslogtreecommitdiffstats
path: root/api/user_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/user_test.go')
-rw-r--r--api/user_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/user_test.go b/api/user_test.go
index b5435e3c0..8c037fdf3 100644
--- a/api/user_test.go
+++ b/api/user_test.go
@@ -684,6 +684,7 @@ func TestUserUpdateRoles(t *testing.T) {
data["user_id"] = user2.Id
if result, err := Client.UpdateUserRoles(data); err != nil {
+ t.Log(data["new_roles"])
t.Fatal(err)
} else {
if result.Data.(*model.User).Roles != "admin" {