From 9efd152c1bd63c6a86859823da7dce0c13f83d74 Mon Sep 17 00:00:00 2001 From: Stuart Longland Date: Mon, 7 Jun 2021 08:20:43 +1000 Subject: [PATCH] plugins.topic_checking tests: Fix comment statement --- tests/plugins/test_topic_checking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/test_topic_checking.py b/tests/plugins/test_topic_checking.py index e94c57b..93bd700 100644 --- a/tests/plugins/test_topic_checking.py +++ b/tests/plugins/test_topic_checking.py @@ -62,7 +62,7 @@ async def test_base_empty_config(): authorised = plugin.topic_filtering() assert authorised is False - # Should NOT have printed warnings + # Should have printed just one warning assert len(context.logger.messages) == 1 assert context.logger.messages[0] == ( ("'auth' section not found in context configuration",),