Skip to content

Commit

Permalink
More cop fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
marlinpierce committed Jan 13, 2025
1 parent 191dc64 commit 6b2f7b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/jira/resource/attachment_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
attrs: { 'author' => { 'foo' => 'bar' }, 'id' => attachment_id }
)
end

let(:issue_id) { 27_676 }
let(:attachment_id) { 30_076 }
let(:client) do
Expand Down Expand Up @@ -68,6 +69,7 @@
attrs: { 'author' => { 'foo' => 'bar' }, 'content' => attachment_url }
)
end

Check failure on line 72 in spec/jira/resource/attachment_spec.rb

View workflow job for this annotation

GitHub Actions / rubocop

Layout/TrailingWhitespace: Trailing whitespace detected.
let(:attachment_url) { 'https://localhost:2990/secure/attachment/32323/myfile.txt' }
let(:client) do
JIRA::Client.new(username: 'username', password: 'password', auth_type: :basic, use_ssl: false)
Expand Down

0 comments on commit 6b2f7b3

Please sign in to comment.