diff --git a/contrib/ruby/test/client_test.rb b/contrib/ruby/test/client_test.rb index 87ae5dc9..22f38fb0 100644 --- a/contrib/ruby/test/client_test.rb +++ b/contrib/ruby/test/client_test.rb @@ -531,12 +531,11 @@ def test_timeout_error end def test_connection_error - skip("Test fails intermittently with TRILOGY_PROTOCOL_VIOLATION. See https://github.com/github/trilogy/pull/42") err = assert_raises Trilogy::ConnectionError do - new_tcp_client(username: "foo") + new_tcp_client(username: "native", password: "incorrect") end - assert_includes err.message, "Access denied for user 'foo'" + assert_includes err.message, "Access denied for user 'native'" end def test_connection_closed_error