Skip to content

Commit

Permalink
Merge pull request #1645 from pi-hole/fix-tests
Browse files Browse the repository at this point in the history
Fix development tests
  • Loading branch information
PromoFaux authored Sep 13, 2024
2 parents 3454f65 + af8863a commit 4c05862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/test_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def test_pihole_ftl_clean_shutdown(docker):
sleep 5
killall --signal 15 start.sh
sleep 5
grep 'jmpret\|terminated' /var/log/pihole/FTL.log
grep 'terminated' /var/log/pihole/FTL.log
"""
)
assert "INFO: Shutting down... // exit code 0 // jmpret 0" in func.stdout
assert "INFO: ########## FTL terminated after" in func.stdout
assert "(code 0)" in func.stdout

0 comments on commit 4c05862

Please sign in to comment.