FIX: Embarassing algoriths typo -> algorithms for security keys (#9126)

This commit is contained in:
Martin Brennan
2020-03-09 09:22:08 +10:00
committed by GitHub
parent 20cfa7b810
commit baea65e4bc
4 changed files with 5 additions and 5 deletions

View File

@@ -3770,7 +3770,7 @@ describe UsersController do
expect(response_parsed["user_secure_id"]).to eq(
user.reload.create_or_fetch_secure_identifier
)
expect(response_parsed["supported_algoriths"]).to eq(
expect(response_parsed["supported_algorithms"]).to eq(
::Webauthn::SUPPORTED_ALGORITHMS
)
end