Skip to content

(CONT-1241) - Retrying when response body is nil or empty but response code is 200 #77

(CONT-1241) - Retrying when response body is nil or empty but response code is 200

(CONT-1241) - Retrying when response body is nil or empty but response code is 200 #77

Triggered via pull request July 24, 2023 11:07
Status Failure
Total duration 46s
Artifacts

ci.yml

on: pull_request
Matrix: spec
Fit to window
Zoom out
Zoom in

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.