mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +00:00
improve test data
Authored by: bashonly
This commit is contained in:
parent
35009f5902
commit
a32dc1bcbe
@ -1973,7 +1973,7 @@ def test_search_nuxt_json(self):
|
||||
"Podcast Creator",
|
||||
[],
|
||||
{"$ssite-config":22},
|
||||
{"env":23,"name":24,"map":26},
|
||||
{"env":23,"name":24,"map":26,"numbers":14},
|
||||
"production",
|
||||
"podcast-website",
|
||||
["Set"],
|
||||
@ -2008,6 +2008,7 @@ def test_search_nuxt_json(self):
|
||||
'env': 'production',
|
||||
'name': 'podcast-website',
|
||||
'map': {},
|
||||
'numbers': [1, 2, 3],
|
||||
},
|
||||
},
|
||||
'once': [],
|
||||
|
Loading…
Reference in New Issue
Block a user