Skip to content

Commit eea448a

Browse files
committed
Increase cdd-* suite conformance
1 parent 26ef84a commit eea448a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_cli_main_to_openapi(tmp_path, monkeypatch):
7070

7171
monkeypatch.setattr(
7272
"sys.argv",
73-
["cdd-python", "to_openapi", "-f", str(py_path), "-o", str(out_spec)],
73+
["cdd-python", "to_openapi", "-i", str(py_path), "-o", str(out_spec)],
7474
)
7575
main()
7676
assert out_spec.exists()

0 commit comments

Comments
 (0)