mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
Fix failing test
This commit is contained in:
parent
2491f64040
commit
60300cffa5
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ describe Instapaper::HTTP::Request do
|
|||
.to_return(status: 503, body: '', headers: {content_type: 'application/json; charset=utf-8'})
|
||||
end
|
||||
it 'raises a ServerError' do
|
||||
expect { client.folders }.to raise_error(Instapaper::Error::ServerError)
|
||||
expect { client.folders }.to raise_error(Instapaper::Error::ServiceUnavailableError)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue