diff --git a/integtest/crt_frame_builder_test.py b/integtest/crt_frame_builder_test.py index 913ec0e..bd90707 100644 --- a/integtest/crt_frame_builder_test.py +++ b/integtest/crt_frame_builder_test.py @@ -6,7 +6,7 @@ from daqconf.utils import find_free_port import integrationtest.log_file_checks as log_file_checks import integrationtest.data_classes as data_classes -import integrationtest.basic_checks as basic_checks +import integrationtest.utility_functions as utility_functions from integrationtest.verbosity_helper import IntegtestVerbosityLevels import functools @@ -191,7 +191,7 @@ def test_dunerc_success(run_dunerc, caplog): # checks for run control success, problems during pytest setup, etc. - basic_checks.basic_checks(run_dunerc, caplog, print_test_name=True) + utility_functions.basic_checks(run_dunerc, caplog, print_test_name=True) def test_log_files(run_dunerc): if check_for_logfile_errors: