Fixed ee spec

parent 73d7b213
...@@ -7,7 +7,7 @@ module EE ...@@ -7,7 +7,7 @@ module EE
module RegisterJobService module RegisterJobService
extend ActiveSupport::Concern extend ActiveSupport::Concern
def execute def execute(params = {})
db_all_caught_up = ::Gitlab::Database::LoadBalancing::Sticking.all_caught_up?(:runner, runner.id) db_all_caught_up = ::Gitlab::Database::LoadBalancing::Sticking.all_caught_up?(:runner, runner.id)
super.tap do |result| super.tap do |result|
......
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