Skip to content

Commit

Permalink
Fixed MFA providers list length test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-v-trofimov committed Mar 9, 2020
1 parent 33a3ea0 commit 7f1b68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saml2aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func TestProviderList_Keys(t *testing.T) {

names := MFAsByProvider.Names()

require.Len(t, names, 14)
require.Len(t, names, 15)

}

Expand Down

0 comments on commit 7f1b68a

Please sign in to comment.