diff --git a/tests/framework/collector.py b/tests/framework/collector.py index 2b33056..3fb8a60 100644 --- a/tests/framework/collector.py +++ b/tests/framework/collector.py @@ -2,7 +2,7 @@ from pathlib import Path import tomllib -from .bpf_test_case import BpfTestCase +from tests.framework.bpf_test_case import BpfTestCase TESTS_DIR = Path(__file__).parent.parent CONFIG_FILE = TESTS_DIR / "test_config.toml"