Skip to content

Commit

Permalink
Merge pull request #934 from valscion/patch-1
Browse files Browse the repository at this point in the history
Fix copy-paste of JSON instead of XML in spec file
  • Loading branch information
bblimke committed Mar 5, 2021
2 parents cb3d929 + bcfa086 commit 6e3de61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/request_pattern_spec.rb
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 6e3de61

Please sign in to comment.