mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 03:24:26 +00:00
fix: TestAuthRequestRepo_nextSteps (#995)
This commit is contained in:
parent
a891fb571a
commit
7e3ace7a96
@ -440,7 +440,7 @@ func TestAuthRequestRepo_nextSteps(t *testing.T) {
|
|||||||
SecondFactorCheckLifeTime: 18 * time.Hour,
|
SecondFactorCheckLifeTime: 18 * time.Hour,
|
||||||
},
|
},
|
||||||
args{&model.AuthRequest{UserID: "UserID", SelectedIDPConfigID: "IDPConfigID"}, false},
|
args{&model.AuthRequest{UserID: "UserID", SelectedIDPConfigID: "IDPConfigID"}, false},
|
||||||
[]model.NextStep{&model.ExternalLoginStep{}},
|
[]model.NextStep{&model.ExternalLoginStep{SelectedIDPConfigID: "IDPConfigID"}},
|
||||||
nil,
|
nil,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user