Skip to content

Commit

Permalink
Fix copy-paste of JSON instead of XML in spec file
Browse files Browse the repository at this point in the history
Similar to cb3d929
  • Loading branch information
valscion committed Mar 5, 2021
1 parent cb3d929 commit bcfa086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/request_pattern_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def match(request_signature)
end
end

context "standard application/json" do
context "standard application/xml" do
let(:content_type) { 'application/xml' }
it_behaves_like "a xml body"
end
Expand Down

0 comments on commit bcfa086

Please sign in to comment.