summaryrefslogtreecommitdiff
path: root/src/components/policy/test/include/mock_pt_representation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/test/include/mock_pt_representation.h')
-rw-r--r--src/components/policy/test/include/mock_pt_representation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/policy/test/include/mock_pt_representation.h b/src/components/policy/test/include/mock_pt_representation.h
index f9b188983..720c646ab 100644
--- a/src/components/policy/test/include/mock_pt_representation.h
+++ b/src/components/policy/test/include/mock_pt_representation.h
@@ -79,8 +79,8 @@ class MockPTRepresentation : virtual public PTRepresentation {
MOCK_METHOD2(GetUserFriendlyMsg,
std::vector<UserFriendlyMessage>(const std::vector<std::string>& msg_code,
const std::string& language));
- MOCK_METHOD1(GetUpdateUrls,
- EndpointUrls(int service_type));
+ MOCK_METHOD2(GetUpdateUrls,
+ void(int service_type, EndpointUrls&));
MOCK_METHOD1(GetNotificationsNumber,
int(const std::string& priority));
MOCK_METHOD0(Init,