Skip to content

Commit

Permalink
Fixed Layout/SpaceAroundOperators
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Apr 29, 2024
1 parent 5c9ccfc commit 9b3d95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/jira/resource/attachment_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
default_headers: default_headers_given )
end
let(:merged_headers) do
{ 'Accept'=>'application/json', 'X-Atlassian-Token'=>'nocheck' }.merge(default_headers_given)
{ 'Accept' => 'application/json', 'X-Atlassian-Token' => 'nocheck' }.merge(default_headers_given)
end

it 'passes the custom headers' do
Expand Down Expand Up @@ -204,7 +204,7 @@
default_headers: default_headers_given )
end
let(:merged_headers) do
{ 'Accept'=>'application/json', 'X-Atlassian-Token'=>'nocheck' }.merge(default_headers_given)
{ 'Accept' => 'application/json', 'X-Atlassian-Token' => 'nocheck' }.merge(default_headers_given)
end

it 'passes the custom headers' do
Expand Down

0 comments on commit 9b3d95b

Please sign in to comment.