diff --git a/test/interface_test.cpp b/test/interface_test.cpp
index ce3fd026d40001f22909261706351ea771e3b68e..118ec49b15afd6b2b408d5e0ab329d70684ecbca 100644
--- a/test/interface_test.cpp
+++ b/test/interface_test.cpp
@@ -23,8 +23,10 @@
 
 TEST(InterfaceTest, GivenTeleportAction_When_ThenHostVehicleIsPlaced)
 {
+  using namespace units::literals;
+
   mantle_api::Position inert_pos{};
-  inert_pos = mantle_api::OpenDriveRoadPosition{{0, 0}, units::length::meter_t{0}, units::length::meter_t{0}};
+  inert_pos = mantle_api::OpenDriveRoadPosition{"0", 0_m, 0_m};
   mantle_api::MockEnvironment env{};
   env.CreateMap("dummy_map_path", {});