Skip to content

Commit

Permalink
don't appease this cop
Browse files Browse the repository at this point in the history
  • Loading branch information
plantfansam committed Feb 9, 2024
1 parent 88e2ac5 commit b69cd88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
let(:config) { { propagator: 'vitess' } }

it 'does inject context' do
sql = 'SELECT * from users where users.id = 1 and users.email = "test@test.com"'
sql = 'SELECT * from users where users.id = 1 and users.email = "test@test.com"'.freeze # rubocop:disable Style/RedundantFreeze
propagator = double('propagator')
allow(propagator).to receive(:inject)
allow(client).to receive(:propagator).and_return(propagator)
Expand Down

0 comments on commit b69cd88

Please sign in to comment.