mirror of
				https://github.com/zitadel/zitadel.git
				synced 2025-11-04 05:12:32 +00:00 
			
		
		
		
	fix: TestAuthRequestRepo_nextSteps (#995)
This commit is contained in:
		@@ -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,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user