Use True as default value for markdown_input in tests

This commit is contained in:
Tom Smeding 2020-08-25 22:50:41 +02:00
parent e74a5a2041
commit 73e9d1d9d3

View file

@ -62,6 +62,7 @@ class MockConfig(object):
'redactions': None,
'server_buffer': None,
'new_channel_position': None,
'markdown_input': True,
},
'network': {
'debug_buffer': None,