mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
5505962dc0
commit
53950af9b8
4
tests.py
4
tests.py
|
@ -7926,7 +7926,9 @@ def _test_convert_markdown() -> None:
|
||||||
"content": content_str,
|
"content": content_str,
|
||||||
"contentMap": {
|
"contentMap": {
|
||||||
"en": content_str,
|
"en": content_str,
|
||||||
"bogus": { "decoy": "text" },
|
"bogus": {
|
||||||
|
"decoy": "text"
|
||||||
|
},
|
||||||
"de": content_str
|
"de": content_str
|
||||||
},
|
},
|
||||||
"mediaType": "text/markdown"
|
"mediaType": "text/markdown"
|
||||||
|
|
Loading…
Reference in New Issue