1
This commit is contained in:
@@ -11,7 +11,7 @@ func TestGetUsers(t *testing.T) {
|
||||
|
||||
conte := make(map[string]string, 0)
|
||||
|
||||
if err := json.Unmarshal([]byte(aa), conte); err != nil {
|
||||
if err := json.Unmarshal([]byte(aa), &conte); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user