Skip to content

Commit 8157cdd

Browse files
committed
updated test_run_without_cmd
1 parent 974307a commit 8157cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def test_run_without_cmd(cli):
236236
result = cli.invoke(dotenv_cli, ["run"])
237237

238238
assert result.exit_code == 2
239-
assert "Invalid value for '-f'" in result.output
239+
assert "Usage: cli run" in result.output
240240

241241

242242
def test_run_with_invalid_cmd(cli):

0 commit comments

Comments
 (0)