From ee1751debfd57a90257c8e694f7866c0268ca591 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sun, 19 Sep 2021 15:28:04 +0200 Subject: [PATCH] Fix rubocop offenses --- spec/lib/runner/strategy/poseidon_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/runner/strategy/poseidon_spec.rb b/spec/lib/runner/strategy/poseidon_spec.rb index 52b12389..f8f60ac3 100644 --- a/spec/lib/runner/strategy/poseidon_spec.rb +++ b/spec/lib/runner/strategy/poseidon_spec.rb @@ -163,7 +163,7 @@ describe Runner::Strategy::Poseidon do .stub_request(:post, "#{described_class.config[:url]}/runners") .with( body: { - executionEnvironmentId: execution_environment.id, + executionEnvironmentId: execution_environment.id, inactivityTimeout: described_class.config[:unused_runner_expiration_time].seconds, }, headers: {'Content-Type' => 'application/json'}