Skip to content

Commit aca10fd

Browse files
Remove erroneous output_format parameter from Markdown live test
1 parent 14d3da6 commit aca10fd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/live/test_live_convert_to_markdown.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def test_live_convert_to_markdown_success(
2121
response = client.convert_to_markdown(
2222
uploaded,
2323
output_type="json",
24-
output_format="markdown",
2524
)
2625

2726
assert isinstance(response, ConvertToMarkdownResponse)

0 commit comments

Comments
 (0)