summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/mobile/on_hmi_status_notification_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/mobile/on_hmi_status_notification_test.cc')
-rw-r--r--src/components/application_manager/test/commands/mobile/on_hmi_status_notification_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/application_manager/test/commands/mobile/on_hmi_status_notification_test.cc b/src/components/application_manager/test/commands/mobile/on_hmi_status_notification_test.cc
index c79b664c0c..678ce52edb 100644
--- a/src/components/application_manager/test/commands/mobile/on_hmi_status_notification_test.cc
+++ b/src/components/application_manager/test/commands/mobile/on_hmi_status_notification_test.cc
@@ -70,7 +70,6 @@ class OnHMIStatusNotificationTest
void SetSendNotificationExpectations(MessageSharedPtr& msg) {
EXPECT_CALL(mock_message_helper_, PrintSmartObject(_))
.WillOnce(Return(false));
- EXPECT_CALL(app_mngr_, SendMessageToMobile(msg, _));
EXPECT_CALL(app_mngr_, CheckPolicyPermissions(_, _, _, _))
.WillOnce(Return(mobile_apis::Result::SUCCESS));
EXPECT_CALL(app_mngr_, SendMessageToMobile(_, _))