We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d1704 commit 4ccbe20Copy full SHA for 4ccbe20
tests/server/tasks/test_inmemory_push_notifier.py
@@ -96,7 +96,7 @@ async def test_delete_info_non_existent_config(self):
96
await self.notifier.delete_info(task_id)
97
except Exception as e:
98
self.fail(
99
- f'delete_info raised {e} unexpectedly for non-existent task_id'
+ f'delete_info raised {e} unexpectedly for nonexistent task_id'
100
)
101
self.assertNotIn(
102
task_id, self.notifier._push_notification_infos
0 commit comments