diff --git a/tests/integration/test_hooks.py b/tests/integration/test_hooks.py index 4aed56b41..b02922ebe 100644 --- a/tests/integration/test_hooks.py +++ b/tests/integration/test_hooks.py @@ -156,9 +156,9 @@ def test_package_hook_logs(self) -> None: with open(reps[0], "rb") as f: r.load(f) - filekey = None - log1key = None - log2key = None + filekey = "" + log1key = "" + log2key = "" for k in r.keys(): if k.endswith("Testhookspy"): filekey = k