Commit 0e32ea23 authored by nmilojevic1's avatar nmilojevic1

Fix lint errors

parent bfe9eab3
...@@ -40,7 +40,6 @@ RSpec.describe Gitlab::InstrumentationHelper do ...@@ -40,7 +40,6 @@ RSpec.describe Gitlab::InstrumentationHelper do
end end
end end
# We don't want to interact with Elasticsearch in GitLab FOSS so we test # We don't want to interact with Elasticsearch in GitLab FOSS so we test
# this in ee/ only. The code exists in FOSS and won't do anything. # this in ee/ only. The code exists in FOSS and won't do anything.
context 'when Elasticsearch calls are made', :elastic do context 'when Elasticsearch calls are made', :elastic do
......
...@@ -67,7 +67,6 @@ RSpec.describe Gitlab::SidekiqLogging::StructuredLogger do ...@@ -67,7 +67,6 @@ RSpec.describe Gitlab::SidekiqLogging::StructuredLogger do
end end
context 'when load balancing is enabled' do context 'when load balancing is enabled' do
let(:expected_end_payload_with_db) do let(:expected_end_payload_with_db) do
expected_end_payload.merge( expected_end_payload.merge(
'db_duration_s' => a_value >= 0.1, 'db_duration_s' => a_value >= 0.1,
......
...@@ -85,4 +85,3 @@ RSpec.shared_context 'structured_logger' do ...@@ -85,4 +85,3 @@ RSpec.shared_context 'structured_logger' do
end end
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment