plugins.topic_checking tests: Fix comment statement

pull/69/head
Stuart Longland 2021-06-07 08:20:43 +10:00 zatwierdzone przez Florian Ludwig
rodzic 0d0108638e
commit 9efd152c1b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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",),