We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b732f commit 9e66ea2Copy full SHA for 9e66ea2
tests/test_github_pr_notifier.py
@@ -134,5 +134,5 @@ def test_notify_rewrites_existing_section_to_all_clear_when_notifications_are_em
134
notifier.notify({'notifications': []})
135
136
assert len(updated_bodies) == 1
137
- assert 'No active findings remain for this scanner in the latest run.' in updated_bodies[0]
+ assert 'Socket Basics found no active findings in the latest run.' in updated_bodies[0]
138
assert '<!-- sast-javascript start -->' in updated_bodies[0]
0 commit comments