From a32dc1bcbec0fd9b50933497c21f85ef06095348 Mon Sep 17 00:00:00 2001 From: bashonly Date: Mon, 9 Jun 2025 18:19:14 -0500 Subject: [PATCH] improve test data Authored by: bashonly --- test/test_InfoExtractor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_InfoExtractor.py b/test/test_InfoExtractor.py index 9628c2927..69465b772 100644 --- a/test/test_InfoExtractor.py +++ b/test/test_InfoExtractor.py @@ -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': [],