From d49eae18aa2eb0c1782314992ef3c85fb87bafaf Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Wed, 4 Feb 2026 13:05:37 -0500 Subject: [PATCH] fix: response_handler wants unescaped strings except we also unescape each individual tag part? --- test/test_component.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_component.rb b/test/test_component.rb index 5c5c0408c27e6cfb0b21fdbb402535c92761b5e0..95561713218b16d355aa576ab4d9e75007966e2a 100644 --- a/test/test_component.rb +++ b/test/test_component.rb @@ -669,7 +669,7 @@ class ComponentTest < Minitest::Test "from" => "+15550000000", "to" => ["+15551234567"], "time" => "2025-01-13T10:10:00Z", - "tag" => "stanza-id-abc%20extra-data" + "tag" => "stanza-id-abc extra-data" } } @@ -696,7 +696,7 @@ class ComponentTest < Minitest::Test "from" => "+15550000000", "to" => ["+15551234567"], "time" => "2025-01-13T10:15:00Z", - "tag" => "failed-stanza-xyz%20extra", + "tag" => "failed-stanza-xyz extra", "errorCode" => 4720, "description" => "Carrier rejected message" }