Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Feb 3, 2025
1 parent cf64040 commit c21468f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appsec/tests/helper/engine_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ namespace mock {
class listener : public dds::subscriber::listener {
public:
MOCK_METHOD1(submit_metrics, void(metrics::telemetry_submitter &));
MOCK_METHOD3(call, void(dds::parameter_view &, dds::event &, std::string));
MOCK_METHOD3(
call, void(dds::parameter_view &, dds::event &, const std::string &));
MOCK_METHOD2(
get_meta_and_metrics, void(std::map<std::string, std::string> &,
std::map<std::string_view, double> &));
Expand Down

0 comments on commit c21468f

Please sign in to comment.