summaryrefslogtreecommitdiff
path: root/src/components/remote_control/test/commands/button_press_request_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/remote_control/test/commands/button_press_request_test.cc')
-rw-r--r--src/components/remote_control/test/commands/button_press_request_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/remote_control/test/commands/button_press_request_test.cc b/src/components/remote_control/test/commands/button_press_request_test.cc
index 063aa59b6f..06a48fc077 100644
--- a/src/components/remote_control/test/commands/button_press_request_test.cc
+++ b/src/components/remote_control/test/commands/button_press_request_test.cc
@@ -148,6 +148,8 @@ class ButtonPressRequestTest : public ::testing::Test {
.WillByDefault(Return(&rc_capabilities_));
ON_CALL(*mock_service_, IsInterfaceAvailable(_))
.WillByDefault(Return(true));
+ ON_CALL(*mock_service_, IsRemoteControlApplication(_))
+ .WillByDefault(Return(true));
}
remote_control::request_controller::MobileRequestPtr CreateCommand(