Skip to content

Commit

Permalink
Update instrumentation/trilogy/test/opentelemetry/instrumentation/tri…
Browse files Browse the repository at this point in the history
…logy/instrumentation_test.rb

Co-authored-by: Robert <[email protected]>
  • Loading branch information
fbogsany and robertlaurin authored Feb 7, 2024
1 parent 3d22b95 commit 560811c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
end

describe 'when propagator is set to vitess' do
let(:config) { { propagator: :vitess } }
let(:config) { { propagator: 'vitess' } }

it 'does inject context' do
sql = +'SELECT * from users where users.id = 1 and users.email = "[email protected]"'
Expand Down

0 comments on commit 560811c

Please sign in to comment.