We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests/test_expand_content.py
1 parent 0bed9fe commit c418c5dCopy full SHA for c418c5d
tests/test_expand_content.py
@@ -212,9 +212,9 @@ def test_expand_translated_media_mangled_format():
212
'media::image': ['eng.jpg'],
213
},
214
],
215
- 'translated': ['image'], # Bug 🐛: not coming through as media::image
+ 'translated': ['image'], # Bug 🐛: not coming through as media::image
216
'schema': SCHEMA_VERSION,
217
- 'translations': ['English (en)']
+ 'translations': ['English (en)'],
218
}
219
expand_content(s1, in_place=True)
220
assert s1 == {
0 commit comments