Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fbogsany committed Feb 7, 2024
1 parent 3edb27f commit b8ee96f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
expect do
client.query(sql)
end.must_raise Trilogy::Error
encoded = Base64.strict_encode64("{\"uber-trace-id\":\"#{span.context.hex_trace_id}:#{span.context.hex_span_id}:0:1\"}")
encoded = Base64.strict_encode64("{\"uber-trace-id\":\"#{span.hex_trace_id}:#{span.hex_span_id}:0:1\"}")
_(sql).must_equal "/*VT_SPAN_CONTEXT=#{encoded}*/#{original_sql}"
end
end
Expand Down

0 comments on commit b8ee96f

Please sign in to comment.