Skip to content

Commit

Permalink
test: Fix expectation for --nodaemon
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 26, 2024
1 parent fc0fc1f commit cab4b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_help(capsys, monkeypatch):

assert exc.value.code == 0
assert captured.out.startswith("Usage: scrapyd [options]\n")
assert "--nodaemon" not in captured.out
assert "--nodaemon" in captured.out
assert "python" not in captured.out
assert "rundir" not in captured.out
assert "ftp" not in captured.out
Expand Down

0 comments on commit cab4b3c

Please sign in to comment.