Skip to content

Commit 4fa0727

Browse files
committed
fix previous test that did not specify assert_func
1 parent d590b16 commit 4fa0727

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/main/openapi/test_main_openapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2808,6 +2808,7 @@ def test_main_openapi_empty_list_default(output_model: str, expected_output: str
28082808
input_path=OPEN_API_DATA_PATH / "empty_list_default.yaml",
28092809
output_path=output_file,
28102810
expected_file=EXPECTED_OPENAPI_PATH / expected_output,
2811+
assert_func=assert_file_content,
28112812
input_file_type="openapi",
28122813
extra_args=[
28132814
"--output-model-type",

0 commit comments

Comments
 (0)