Skip to content

Commit

Permalink
not to check error message: different messages by OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed Jan 5, 2017
1 parent 9cfcf92 commit 762b3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin/test_out_forward.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def read_ack_from_sock(sock, unpacker)
normal_conf = config_element('match', '**', {}, [
config_element('server', '', {'name' => 'test', 'host' => 'unexisting.yaaaaaaaaaaaaaay.host.example.com'})
])
assert_raise SocketError.new("getaddrinfo: nodename nor servname provided, or not known") do
assert_raise SocketError do
create_driver(normal_conf)
end

Expand Down

0 comments on commit 762b3f1

Please sign in to comment.