mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Embarassing algoriths typo -> algorithms for security keys (#9126)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user