summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/mobile/delete_command_request_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/mobile/delete_command_request_test.cc')
-rw-r--r--src/components/application_manager/test/commands/mobile/delete_command_request_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/test/commands/mobile/delete_command_request_test.cc b/src/components/application_manager/test/commands/mobile/delete_command_request_test.cc
index c6daa1c779..80b099e77e 100644
--- a/src/components/application_manager/test/commands/mobile/delete_command_request_test.cc
+++ b/src/components/application_manager/test/commands/mobile/delete_command_request_test.cc
@@ -186,7 +186,7 @@ TEST_F(DeleteCommandRequestTest,
MessageSharedPtr vr_command_result;
EXPECT_CALL(
rpc_service_,
- ManageMobileCommand(_, am::commands::Command::CommandOrigin::ORIGIN_SDL))
+ ManageMobileCommand(_, am::commands::Command::CommandOrigin::SOURCE_SDL))
.WillOnce(DoAll(SaveArg<0>(&vr_command_result), Return(true)));
command->on_event(event_vr);