Skip to content

Commit cab4b3c

Browse files
committed
test: Fix expectation for --nodaemon
1 parent fc0fc1f commit cab4b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_help(capsys, monkeypatch):
3030

3131
assert exc.value.code == 0
3232
assert captured.out.startswith("Usage: scrapyd [options]\n")
33-
assert "--nodaemon" not in captured.out
33+
assert "--nodaemon" in captured.out
3434
assert "python" not in captured.out
3535
assert "rundir" not in captured.out
3636
assert "ftp" not in captured.out

0 commit comments

Comments
 (0)