codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.54k stars 341 forks source link

List user returns wrong error message #372

Closed mmeloni closed 4 years ago

mmeloni commented 4 years ago

What happened When launch ListUser from client package it returns Single user mode error. What you expected to happen We don't have a single mode user, so I expect the list of the users How to reproduce it (as minimally and precisely as possible) Please see TestUserManagement test inside client_test.go It's sufficient to launch the test and ispect the results Environment immudb 0.6.2 Commit : 035845eb26332314f16eb5e1eb7e61adafa8f48c Built by: cleaversdev@gmail.com Built at: Thu, 02 Jul 2020 10:25:28 CEST

Additional info (any other context about the problem) Please correct also test inside client_test.go

vchain-us-mgmt commented 4 years ago

Related to #376