(CONT-1241) - Retrying when response body is nil or empty but response code is 200 #78
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
20 errors
spec (ruby 3.2) / spec:
spec/tasks/provision_service_spec.rb#L7
RSpec/DescribeClass: The first argument to describe should be the class or module being tested.
|
spec (ruby 3.2) / spec:
spec/tasks/provision_service_spec.rb#L9
RSpec/ContextWording: Context description should match /^when\b/, /^with\b/, or /^without\b/.
|
spec (ruby 3.2) / spec:
spec/tasks/provision_service_spec.rb#L12
RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.
|
spec (ruby 3.2) / spec:
spec/tasks/provision_service_spec.rb#L25
RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.
|
spec (ruby 3.2) / spec:
spec/tasks/provision_service_spec.rb#L38
RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.
|
spec (ruby 3.2) / spec:
spec/tasks/provision_service_spec.rb#L51
RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.
|
spec (ruby 3.2) / spec:
spec/tasks/provision_service_spec.rb#L72
Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
|
spec (ruby 3.2) / spec:
spec/tasks/provision_service_spec.rb#L72
Layout/SpaceAroundOperators: Surrounding space missing for operator `=>`.
|
spec (ruby 3.2) / spec:
spec/tasks/provision_service_spec.rb#L74
Style/TrailingCommaInArrayLiteral: Put a comma after the last item of a multiline array.
|
spec (ruby 3.2) / spec:
spec/tasks/provision_service_spec.rb#L81
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
spec (ruby 2.7) / spec:
spec/tasks/provision_service_spec.rb#L7
RSpec/DescribeClass: The first argument to describe should be the class or module being tested.
|
spec (ruby 2.7) / spec:
spec/tasks/provision_service_spec.rb#L9
RSpec/ContextWording: Context description should match /^when\b/, /^with\b/, or /^without\b/.
|
spec (ruby 2.7) / spec:
spec/tasks/provision_service_spec.rb#L12
RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.
|
spec (ruby 2.7) / spec:
spec/tasks/provision_service_spec.rb#L25
RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.
|
spec (ruby 2.7) / spec:
spec/tasks/provision_service_spec.rb#L38
RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.
|
spec (ruby 2.7) / spec:
spec/tasks/provision_service_spec.rb#L51
RSpec/StubbedMock: Prefer `allow` over `expect` when configuring a response.
|
spec (ruby 2.7) / spec:
spec/tasks/provision_service_spec.rb#L72
Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
|
spec (ruby 2.7) / spec:
spec/tasks/provision_service_spec.rb#L72
Layout/SpaceAroundOperators: Surrounding space missing for operator `=>`.
|
spec (ruby 2.7) / spec:
spec/tasks/provision_service_spec.rb#L74
Style/TrailingCommaInArrayLiteral: Put a comma after the last item of a multiline array.
|
spec (ruby 2.7) / spec:
spec/tasks/provision_service_spec.rb#L81
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|