From 7ff9dba67b1972a1954bcf31717e66d092831552 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 15 Aug 2026 23:24:13 -0700 Subject: [PATCH] Resolve discovered hook filenames in process tests --- archivebox/tests/test_archive_result_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivebox/tests/test_archive_result_service.py b/archivebox/tests/test_archive_result_service.py index cbfe806e..5d43cc14 100644 --- a/archivebox/tests/test_archive_result_service.py +++ b/archivebox/tests/test_archive_result_service.py @@ -24,7 +24,7 @@ def _snapshot_hook_name(plugin_name: str) -> str: assert plugin is not None, f"missing test plugin {plugin_name}" hooks = plugin.filter_hooks("Snapshot") assert hooks, f"missing Snapshot hooks for {plugin_name}" - return hooks[0].name + return hooks[0].path.name def _cleanup_machine_process_rows() -> None: