diff --git a/selfdrive/test/update_ci_routes.py b/selfdrive/test/update_ci_routes.py index cb8f8b6648..e25172be9d 100755 --- a/selfdrive/test/update_ci_routes.py +++ b/selfdrive/test/update_ci_routes.py @@ -4,7 +4,7 @@ import subprocess from azure.storage.blob import BlockBlobService from selfdrive.test.test_routes import routes as test_car_models_routes -from selfdrive.test.process_replay.test_processes import segments as replay_segments +from selfdrive.test.process_replay.test_processes import original_segments as replay_segments from xx.chffr.lib import azureutil # pylint: disable=import-error from xx.chffr.lib.storage import _DATA_ACCOUNT_PRODUCTION, _DATA_ACCOUNT_CI, _DATA_BUCKET_PRODUCTION # pylint: disable=import-error