mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
Use more pythony naming.
This commit is contained in:
parent
8e2ba4f32e
commit
56cbae92ec
@ -287,7 +287,7 @@ class MetadataTest(BasePostprocessorTest):
|
||||
self._trigger()
|
||||
self.assertEqual(self._output(m), "foobar1\nfoobar2\nfoobarbaz\n")
|
||||
|
||||
def test_metadata_tags_array_of_dict(self):
|
||||
def test_metadata_tags_list_of_dict(self):
|
||||
self._create(
|
||||
{"mode": "tags"},
|
||||
{"tags": [{"g": "foobar1", "m": "foobar2"}, {"g": None, "m": "foobarbaz"}]},
|
||||
|
Loading…
Reference in New Issue
Block a user