Skip to content

Commit 2535f8e

Browse files
authored
update (#25419)
1 parent b78b190 commit 2535f8e

File tree

1 file changed

+2
-1
lines changed
  • tools/azure-devtools/src/azure_devtools/scenario_tests

1 file changed

+2
-1
lines changed

tools/azure-devtools/src/azure_devtools/scenario_tests/utilities.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ def _get_content_type(entity):
5858

5959

6060
def is_text_payload(entity):
61-
text_content_list = ["application/json", "application/xml", "text/", "application/test-content"]
61+
text_content_list = ["application/json", "application/xml", "text/", "application/test-content",
62+
"application/merge-patch+json"]
6263

6364
content_type = _get_content_type(entity)
6465
if content_type:

0 commit comments

Comments
 (0)