Skip to content

Commit bcfa086

Browse files
authored
Fix copy-paste of JSON instead of XML in spec file
Similar to cb3d929
1 parent cb3d929 commit bcfa086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/request_pattern_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def match(request_signature)
613613
end
614614
end
615615

616-
context "standard application/json" do
616+
context "standard application/xml" do
617617
let(:content_type) { 'application/xml' }
618618
it_behaves_like "a xml body"
619619
end

0 commit comments

Comments
 (0)