summaryrefslogtreecommitdiff
path: root/test/offer_tests/offer_test_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/offer_tests/offer_test_client.cpp')
-rw-r--r--test/offer_tests/offer_test_client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/offer_tests/offer_test_client.cpp b/test/offer_tests/offer_test_client.cpp
index 11446fb..4a7e5eb 100644
--- a/test/offer_tests/offer_test_client.cpp
+++ b/test/offer_tests/offer_test_client.cpp
@@ -72,7 +72,8 @@ public:
its_eventgroups.insert(service_info_.eventgroup_id);
app_->request_event(service_info_.service_id,
service_info_.instance_id, service_info_.event_id,
- its_eventgroups, vsomeip::event_type_e::ET_EVENT);
+ its_eventgroups, vsomeip::event_type_e::ET_EVENT,
+ vsomeip::reliability_type_e::RT_BOTH);
app_->subscribe(service_info_.service_id, service_info_.instance_id,
service_info_.eventgroup_id, vsomeip::DEFAULT_MAJOR);