Skip to content

Commit 4ccbe20

Browse files
committed
Fix forbidden pattern
1 parent 86d1704 commit 4ccbe20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/tasks/test_inmemory_push_notifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async def test_delete_info_non_existent_config(self):
9696
await self.notifier.delete_info(task_id)
9797
except Exception as e:
9898
self.fail(
99-
f'delete_info raised {e} unexpectedly for non-existent task_id'
99+
f'delete_info raised {e} unexpectedly for nonexistent task_id'
100100
)
101101
self.assertNotIn(
102102
task_id, self.notifier._push_notification_infos

0 commit comments

Comments
 (0)