From bcfa08656fe4e412efaf92e6e119e3721613a2f0 Mon Sep 17 00:00:00 2001 From: Vesa Laakso <482561+valscion@users.noreply.github.com> Date: Fri, 5 Mar 2021 13:23:18 +0200 Subject: [PATCH] Fix copy-paste of JSON instead of XML in spec file Similar to cb3d92965ff422845cecd68f461d807d0b87a0dc --- spec/unit/request_pattern_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/request_pattern_spec.rb b/spec/unit/request_pattern_spec.rb index 8daf4642a..a469fb927 100644 --- a/spec/unit/request_pattern_spec.rb +++ b/spec/unit/request_pattern_spec.rb @@ -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