Refactoring: Move SignatureVerificationError
into Mastodon
namespace (#34342)
This commit is contained in:
parent
324acff572
commit
e2ef173b82
4 changed files with 32 additions and 33 deletions
|
@ -38,7 +38,7 @@ RSpec.describe Fasp::Request do
|
|||
it 'raises an error' do
|
||||
expect do
|
||||
subject.send(method, '/test_path')
|
||||
end.to raise_error(SignatureVerification::SignatureVerificationError)
|
||||
end.to raise_error(Mastodon::SignatureVerificationError)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue