diff --git a/src/v2i-hub/CDASimAdapter/test/TestCARMASimulationConnection.cpp b/src/v2i-hub/CDASimAdapter/test/TestCARMASimulationConnection.cpp index 50d489e8b..bde134372 100644 --- a/src/v2i-hub/CDASimAdapter/test/TestCARMASimulationConnection.cpp +++ b/src/v2i-hub/CDASimAdapter/test/TestCARMASimulationConnection.cpp @@ -31,7 +31,7 @@ namespace CDASimAdapter { } public: std::shared_ptr connection; - std::string sensors_file_path = "./sensors.json"; + std::string sensors_file_path = "../../CDASimAdapter/sensors.json"; };