Skip to content

Commit

Permalink
re-kick off CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jb08 authored and excpt committed Jul 7, 2020
1 parent 94f00d9 commit 53d890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jwt_spec.rb
Expand Up @@ -304,7 +304,7 @@

expect do
JWT.decode(token, nil, true, { algorithms: ['RS384'] }) do |_,_|
# unsuccessful keyfinder public key network call
# unsuccessful keyfinder public key network call here
end
end.to raise_error JWT::IncorrectAlgorithm
end
Expand Down

0 comments on commit 53d890d

Please sign in to comment.