fix: TestAuthRequestRepo_nextSteps (#995)

This commit is contained in:
Livio Amstutz 2020-11-20 13:05:35 +01:00 committed by GitHub
parent a891fb571a
commit 7e3ace7a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,7 +440,7 @@ func TestAuthRequestRepo_nextSteps(t *testing.T) {
SecondFactorCheckLifeTime: 18 * time.Hour,
},
args{&model.AuthRequest{UserID: "UserID", SelectedIDPConfigID: "IDPConfigID"}, false},
[]model.NextStep{&model.ExternalLoginStep{}},
[]model.NextStep{&model.ExternalLoginStep{SelectedIDPConfigID: "IDPConfigID"}},
nil,
},
{