Fix rubocop offenses

This commit is contained in:
Sebastian Serth
2021-09-19 15:28:04 +02:00
parent 8bd9a93944
commit ee1751debf

View File

@ -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'}