Skip to content

Commit 9e66ea2

Browse files
committed
fix: update phrasing in test assertion for PR comment body
Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent 34b732f commit 9e66ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_github_pr_notifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ def test_notify_rewrites_existing_section_to_all_clear_when_notifications_are_em
134134
notifier.notify({'notifications': []})
135135

136136
assert len(updated_bodies) == 1
137-
assert 'No active findings remain for this scanner in the latest run.' in updated_bodies[0]
137+
assert 'Socket Basics found no active findings in the latest run.' in updated_bodies[0]
138138
assert '<!-- sast-javascript start -->' in updated_bodies[0]

0 commit comments

Comments
 (0)