Skip to content

Commit 7579232

Browse files
committed
fix test
1 parent a9b6d38 commit 7579232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_core/test_cli/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,5 +1048,5 @@ def test_generate_cli_requires_method_specific_input(
10481048
)
10491049

10501050
assert result.exit_code != 0
1051-
assert "--documents" in result.output
1051+
assert "-documents" in _normalize_cli_output(result.output)
10521052
assert fake_generate_cli.instances == []

0 commit comments

Comments
 (0)