Fix unit tests

This commit is contained in:
Patrick Robertson
2025-02-20 13:13:01 +00:00
parent eda359a1ef
commit 4174285898
4 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ def wacz_enricher(setup_module, mock_binary_dependencies):
"socks_proxy_port": None,
"proxy_server": None,
}
wacz = setup_module("wacz_enricher", configs)
wacz = setup_module("wacz_extractor_enricher", configs)
return wacz