Skip to content

Commit

Permalink
Fix trilogy/patcher_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Nov 14, 2024
1 parent 3a74223 commit 9a2b752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/tracing/contrib/trilogy/patcher_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
expect(span.get_tag('span.kind')).to eq('client')
expect(span.get_tag('db.system')).to eq('mysql')
expect(span.get_tag('error.message'))
.to eq("1054: Unknown column 'INVALID' in 'field list'")
.to include("1054: Unknown column 'INVALID' in 'field list'")
end

it_behaves_like 'with sql comment propagation', span_op_name: 'trilogy.query', error: Trilogy::Error
Expand Down

0 comments on commit 9a2b752

Please sign in to comment.