Skip to content

Commit

Permalink
cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 7, 2024
1 parent 9cea7ae commit 9b5508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/test/test_step_1/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ async def test_cli_args(monkeypatch, caplog, capsys, clean_default_config):
result = await cli._main()
out, err = capsys.readouterr()
assert result == None
assert "Target:\n -t TARGET [TARGET ...]" in out
assert "-t TARGET [TARGET ...]" in out

# list modules
monkeypatch.setattr("sys.argv", ["bbot", "-l"])
Expand Down

0 comments on commit 9b5508d

Please sign in to comment.