Skip to content

Commit

Permalink
small mvi rspec cleanup (#3295)
Browse files Browse the repository at this point in the history
  • Loading branch information
omgitsbillryan authored Sep 13, 2019
1 parent 5d27913 commit b8fdfad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/lib/mvi/service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@
let(:base_path) { MVI::Configuration.instance.base_path }
it 'should raise a service error', :aggregate_failures do
allow_any_instance_of(Faraday::Connection).to receive(:post).and_raise(Faraday::TimeoutError)
expect(Rails.logger).to receive(:warn).with(
'Could not load MVI SSL cert: No such file or directory @ rb_sysopen - /fake/client/cert/path'
)
expect(subject).to receive(:log_console_and_sentry).with(
'MVI find_profile error: Gateway timeout',
:warn
Expand Down

0 comments on commit b8fdfad

Please sign in to comment.