fix test initialization of userinteractive

This commit is contained in:
Tak Wai Wong 2022-04-29 17:10:00 -07:00
parent b5ba9683f9
commit f2ca368404

View file

@ -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 {