summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/mobile/system_request_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/mobile/system_request_test.cc')
-rw-r--r--src/components/application_manager/test/commands/mobile/system_request_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/test/commands/mobile/system_request_test.cc b/src/components/application_manager/test/commands/mobile/system_request_test.cc
index 87726526d1..aa332ab37a 100644
--- a/src/components/application_manager/test/commands/mobile/system_request_test.cc
+++ b/src/components/application_manager/test/commands/mobile/system_request_test.cc
@@ -117,7 +117,7 @@ class SystemRequestTest
EXPECT_CALL(
rpc_service_,
ManageMobileCommand(MobileResultCodeIs(code),
- am::commands::Command::CommandOrigin::ORIGIN_SDL));
+ am::commands::Command::CommandOrigin::SOURCE_SDL));
}
MockAppPtr mock_app_;