Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanDeveloper committed Oct 10, 2024
1 parent 263c071 commit e0b087e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_ctf_main/test_ctf_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ def test_main_success(

# Assertions to check expected behavior
assert result.exit_code == 0
assert "YAML file loaded successfully." in result.output
assert "Save path" in result.output
assert "Mock prune called" in result.output
assert "Mock stop called" in result.output
assert "Mock remove called" in result.output
Expand Down

0 comments on commit e0b087e

Please sign in to comment.