Skip to content

Commit

Permalink
✅ fix test for saml client
Browse files Browse the repository at this point in the history
  • Loading branch information
daxingplay committed Dec 28, 2020
1 parent 24f7a56 commit 94159f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saml_client_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, 15)
require.Len(t, names, 16)

}

Expand Down

0 comments on commit 94159f8

Please sign in to comment.