We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45b78eb + e3f907b commit b22464eCopy full SHA for b22464e
1 file changed
tests/test_cli.py
@@ -19,7 +19,7 @@ def test_bad_config() -> None:
19
result = runner.invoke(app, ["generate", f"--config={config_path}", f"--path={path}"])
20
21
assert result.exit_code == 2
22
- assert "Unable to parse config" in result.stdout
+ assert "Unable to parse config" in result.output
23
24
25
class TestGenerate:
0 commit comments