Skip to content

Commit

Permalink
Remove deliberate fail
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson committed Nov 5, 2024
1 parent 57c1b7e commit 001b974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_publish_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_raises_error_when_environment_not_set(self, mock_subprocess, environmen
with pytest.raises(ValueError) as e:
PublishNotify()
self.assertEqual(
f"'{environment_variable}' DELIBERATE FAIL environment variable must be set",
f"'{environment_variable}' environment variable must be set",
str(e.value),
)

Expand Down

0 comments on commit 001b974

Please sign in to comment.