summaryrefslogtreecommitdiff
path: root/spec/services/ci/runners/update_runner_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/ci/runners/update_runner_service_spec.rb')
-rw-r--r--spec/services/ci/runners/update_runner_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/ci/runners/update_runner_service_spec.rb b/spec/services/ci/runners/update_runner_service_spec.rb
index b02ea8f58b0..e008fde9982 100644
--- a/spec/services/ci/runners/update_runner_service_spec.rb
+++ b/spec/services/ci/runners/update_runner_service_spec.rb
@@ -38,7 +38,7 @@ RSpec.describe Ci::Runners::UpdateRunnerService do
end
context 'with cost factor params' do
- let(:params) { { public_projects_minutes_cost_factor: 1.1, private_projects_minutes_cost_factor: 2.2 }}
+ let(:params) { { public_projects_minutes_cost_factor: 1.1, private_projects_minutes_cost_factor: 2.2 } }
it 'updates the runner cost factors' do
expect(update).to be_truthy