From 8a9aa7772c0de5497aa47a57510fa1ab78d069bc Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Wed, 27 Jul 2022 10:17:03 +0800 Subject: [PATCH] update (#25419) --- .../src/azure_devtools/scenario_tests/utilities.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/azure-devtools/src/azure_devtools/scenario_tests/utilities.py b/tools/azure-devtools/src/azure_devtools/scenario_tests/utilities.py index 9df89f9c8d6e4..b4bcbeb2bfe27 100644 --- a/tools/azure-devtools/src/azure_devtools/scenario_tests/utilities.py +++ b/tools/azure-devtools/src/azure_devtools/scenario_tests/utilities.py @@ -58,7 +58,8 @@ def _get_content_type(entity): def is_text_payload(entity): - text_content_list = ["application/json", "application/xml", "text/", "application/test-content"] + text_content_list = ["application/json", "application/xml", "text/", "application/test-content", + "application/merge-patch+json"] content_type = _get_content_type(entity) if content_type: