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 9df89f9c8d6e..b4bcbeb2bfe2 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: