diff --git a/clientapi/auth/login_test.go b/clientapi/auth/login_test.go index 7a45cda43..01678073d 100644 --- a/clientapi/auth/login_test.go +++ b/clientapi/auth/login_test.go @@ -66,6 +66,7 @@ func TestLoginFromJSONReader(t *testing.T) { Flows: []userInteractiveFlow{}, Types: make(map[string]Type), Sessions: make(map[string][]string), + Params: make(map[string]interface{}), } for _, tst := range tsts { @@ -151,6 +152,7 @@ func TestBadLoginFromJSONReader(t *testing.T) { Flows: []userInteractiveFlow{}, Types: make(map[string]Type), Sessions: make(map[string][]string), + Params: make(map[string]interface{}), } for _, tst := range tsts {