Skip to content

Commit

Permalink
test: update expected log message
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Oct 28, 2022
1 parent b131550 commit a37c920
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_bugmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ def test_bugmon_pernosco_browser_bug_failure(

# Verify that bugmon reports the failure
assert len(bugmon.queue) == 1
assert bugmon.queue[0] == "Failed to record an rr session for this bug."
assert (
bugmon.queue[0]
== "Bugmon was unable to record a pernosco session for this bug."
)
# Verify that the pernosco command is removed
assert "pernosco" not in bugmon.bug.commands

Expand Down

0 comments on commit a37c920

Please sign in to comment.