diff --git a/UNITTESTS/features/netsocket/PPPInterface/test_PPPInterface.cpp b/UNITTESTS/features/netsocket/PPPInterface/test_PPPInterface.cpp index 19e85802ee..6db2e76623 100644 --- a/UNITTESTS/features/netsocket/PPPInterface/test_PPPInterface.cpp +++ b/UNITTESTS/features/netsocket/PPPInterface/test_PPPInterface.cpp @@ -265,8 +265,6 @@ TEST_F(TestPPPInterface, get_interface_name) doConnect(); - EXPECT_EQ(NULL, iface->get_interface_name(name)); - EXPECT_CALL(*netStackIface, get_interface_name(name)) .Times(1) .WillOnce(Return(name));