diff --git a/iceoryx_posh/test/integrationtests/test_posh_mepoo.cpp b/iceoryx_posh/test/integrationtests/test_posh_mepoo.cpp index affc830fe6..962f95eb7f 100644 --- a/iceoryx_posh/test/integrationtests/test_posh_mepoo.cpp +++ b/iceoryx_posh/test/integrationtests/test_posh_mepoo.cpp @@ -243,14 +243,14 @@ class Mepoo_IntegrationTest : public Test void getMempoolInfoFromIntrospection(MemPoolInfoContainer& memPoolInfoContainer) { - iox::runtime::PoshRuntime::initRuntime("hypnotoad"); iox::popo::SubscriberOptions options; options.queueCapacity = 1U; options.historyRequest = 1U; - iox::popo::Subscriber subscriber(iox::roudi::IntrospectionMempoolService, options); + iox::popo::Subscriber subscriber( + iox::roudi::IntrospectionMempoolService, options); ASSERT_THAT(subscriber.getSubscriptionState(), iox::SubscribeState::SUBSCRIBED); iox::popo::WaitSet<1> waitset;