summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin <iCollin@users.noreply.github.com>2020-06-09 11:58:21 -0700
committerGitHub <noreply@github.com>2020-06-09 14:58:21 -0400
commitaa28d6d1af0a9156dba9af3f6c03a45ad911a7f7 (patch)
tree62dc2858719811ead3f47ebde1af8665616d5f14
parent908b473c971e98581dbc7fd026361406766b81c0 (diff)
downloadsdl_core-aa28d6d1af0a9156dba9af3f6c03a45ad911a7f7.tar.gz
fix build error in http unit tests (#3422)
* fix build error in http unit tests * fix style
-rw-r--r--src/components/application_manager/test/policy_handler_test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/application_manager/test/policy_handler_test.cc b/src/components/application_manager/test/policy_handler_test.cc
index cfaa771fa0..ad94c4d1c8 100644
--- a/src/components/application_manager/test/policy_handler_test.cc
+++ b/src/components/application_manager/test/policy_handler_test.cc
@@ -1859,7 +1859,9 @@ TEST_F(PolicyHandlerTest, DISABLED_OnSnapshotCreated_UrlAdded) {
.WillOnce(ReturnRef(mock_session_observer));
EXPECT_CALL(*mock_app_, device()).WillOnce(Return(0));
EXPECT_CALL(app_manager_, applications()).WillOnce(Return(app_set));
- EXPECT_CALL(mock_message_helper_, SendPolicySnapshotNotification(_, _, _, _));
+ EXPECT_CALL(mock_message_helper_,
+ SendPolicySnapshotNotification(
+ _, testing::A<const std::vector<uint8_t>&>(), _, _));
// Check expectations for get app id
GetAppIDForSending();
// Expectations