Skip to content

Commit 05d38f2

Browse files
committed
Revert "updated test_run_without_cmd"
This reverts commit 8157cdd.
1 parent 8157cdd commit 05d38f2

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 "Usage: cli run" in result.output
239+
assert "Invalid value for '-f'" in result.output
240240

241241

242242
def test_run_with_invalid_cmd(cli):

0 commit comments

Comments
 (0)