kopia lustrzana https://github.com/Yakifo/amqtt
plugins.topic_checking tests: Fix comment statement
rodzic
0d0108638e
commit
9efd152c1b
|
@ -62,7 +62,7 @@ async def test_base_empty_config():
|
||||||
authorised = plugin.topic_filtering()
|
authorised = plugin.topic_filtering()
|
||||||
assert authorised is False
|
assert authorised is False
|
||||||
|
|
||||||
# Should NOT have printed warnings
|
# Should have printed just one warning
|
||||||
assert len(context.logger.messages) == 1
|
assert len(context.logger.messages) == 1
|
||||||
assert context.logger.messages[0] == (
|
assert context.logger.messages[0] == (
|
||||||
("'auth' section not found in context configuration",),
|
("'auth' section not found in context configuration",),
|
||||||
|
|
Ładowanie…
Reference in New Issue