diff --git a/spec/lib/runner/strategy/poseidon_spec.rb b/spec/lib/runner/strategy/poseidon_spec.rb index e3e24c26..3369a4d0 100644 --- a/spec/lib/runner/strategy/poseidon_spec.rb +++ b/spec/lib/runner/strategy/poseidon_spec.rb @@ -316,7 +316,7 @@ describe Runner::Strategy::Poseidon do let(:response_status) { 404 } it 'raises an error' do - expect { action.call }.not_to raise_error(Runner::Error::RunnerNotFound) + expect { action.call }.not_to raise_error end end