Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 190f074

Browse files
author
iscai-msft
committed
fix unittests
1 parent 10b1465 commit 190f074

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

packages/autorest.python/test/unittests/test_optional_return_type.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ def code_model():
3636
"namespace": "namespace",
3737
},
3838
options={
39-
"show_send_request": True,
40-
"builders_visibility": "public",
41-
"show_operations": True,
42-
"models_mode": "dpg",
43-
"version_tolerant": True,
44-
"azure_arm": False,
39+
"show-send-request": True,
40+
"builders-visibility": "public",
41+
"show-operations": True,
42+
"models-mode": "dpg",
43+
"version-tolerant": True,
44+
"azure-arm": False,
4545
},
4646
)
4747

packages/autorest.python/test/unittests/test_parameter_ordering.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ def get_code_model():
2323
"namespace": "namespace",
2424
},
2525
options={
26-
"show_send_request": True,
27-
"builders_visibility": "public",
28-
"show_operations": True,
29-
"models_mode": "dpg",
30-
"only_path_and_body_params_positional": True,
31-
"azure_arm": False,
26+
"show-send-request": True,
27+
"builders-visibility": "public",
28+
"show-operations": True,
29+
"models-mode": "dpg",
30+
"only-path-and-body-params-positional": True,
31+
"azure-arm": False,
3232
},
3333
)
3434

packages/autorest.python/test/unittests/test_sort_schema.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ def get_code_model():
2323
"namespace": "namespace",
2424
},
2525
options={
26-
"show_send_request": True,
27-
"builders_visibility": "public",
28-
"show_operations": True,
29-
"models_mode": "dpg",
30-
"azure_arm": False,
26+
"show-send-request": True,
27+
"builders-visibility": "public",
28+
"show-operations": True,
29+
"models-mode": "dpg",
30+
"azure-arm": False,
3131
},
3232
)
3333

0 commit comments

Comments
 (0)