Use True as default value for markdown_input in tests
This commit is contained in:
parent
e74a5a2041
commit
73e9d1d9d3
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ class MockConfig(object):
|
|||
'redactions': None,
|
||||
'server_buffer': None,
|
||||
'new_channel_position': None,
|
||||
'markdown_input': True,
|
||||
},
|
||||
'network': {
|
||||
'debug_buffer': None,
|
||||
|
|
Loading…
Reference in a new issue