Skip to content

Commit

Permalink
Rubocop line length fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amazimbe committed Jan 29, 2025
1 parent 842792f commit 9bbba7a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion updater/spec/dependabot/api_client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,13 @@

context "when API returns a 400 Bad Request" do
let(:body) do
'{"errors":[{"status":400,"title":"Bad Request","detail":"The request contains invalid or unauthorized changes"}]}'
<<~ERROR
{ "errors": [{
"status": 400,
"title": "Bad Request",
"detail": "The request contains invalid or unauthorized changes"}]
}
ERROR
end

before do
Expand Down

0 comments on commit 9bbba7a

Please sign in to comment.