Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 17, 2024
1 parent 3f6051a commit 4e92e29
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 @@ -663,7 +663,7 @@ def test_cli_presets(monkeypatch, capsys, caplog):
preset2_file.unlink()

# test output dir preset
output_dir_preset_file = preset_dir / "output_dir_preset.yml"
output_dir_preset_file = bbot_test_dir / "output_dir_preset.yml"
scan_name = "cli_output_dir_test"
output_dir = bbot_test_dir / "cli_output_dir_preset"
scan_dir = output_dir / scan_name
Expand Down

0 comments on commit 4e92e29

Please sign in to comment.