Fix typo in SignatureVerification (#19209)

Fix regression from #15605
th-downstream
Claire 2 years ago committed by GitHub
parent ba4df64c92
commit 2b97fbbd88

@ -98,7 +98,7 @@ module SignatureVerification
fail_with! e.message
rescue HTTP::Error, OpenSSL::SSL::SSLError => e
fail_with! "Failed to fetch remote data: #{e.message}"
rescue Mastodon::UnexptectedResponseError
rescue Mastodon::UnexpectedResponseError
fail_with! 'Failed to fetch remote data (got unexpected reply from server)'
rescue Stoplight::Error::RedLight
fail_with! 'Fetching attempt skipped because of recent connection failure'

Loading…
Cancel
Save