Skip to content

Commit

Permalink
Relax ruby test check on protobuf error message (grpc#25507) (grpc#25591
Browse files Browse the repository at this point in the history
)

Co-authored-by: apolcyn <apolcyn@google.com>
  • Loading branch information
lidizheng and apolcyn authored Mar 2, 2021
1 parent 93b308f commit 3b7f86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruby/spec/errors_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

error_msg = 'parse error: to_rpc_status failed'
error_desc = '<Google::Protobuf::ParseError> ' \
'Error occurred during parsing: Invalid wire type'
'Error occurred during parsing'

# Check that the parse error was logged correctly
log_contents = @log_output.read
Expand Down

0 comments on commit 3b7f86e

Please sign in to comment.