Commit 54f46054 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense in API tests for jobs request

parent 47e6f1d6
......@@ -302,7 +302,7 @@ RSpec.describe API::Ci::Runner, :clean_gitlab_redis_shared_state do
end
before do
job.queuing_entry&.update(created_at: 60.seconds.ago)
job.queuing_entry&.update!(created_at: 60.seconds.ago)
end
context 'job is queued less than job_age parameter' do
......
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