Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: thomas.ebner <[email protected]>
  • Loading branch information
samohte committed Feb 12, 2024
1 parent 5f46c46 commit bc072af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ MATCHER_P(MessageMatcher, unusedArg, "") {
TEST_F(SamplerConfigFetcherTest, TestRequestIsSent) {
EXPECT_CALL(tracer_factory_context_.server_factory_context_.cluster_manager_.thread_local_cluster_
.async_client_,
send_(MessageMatcher("unused"), _, _));
send_(MessageMatcher("unused-arg"), _, _));
SamplerConfigFetcherImpl config_fetcher(tracer_factory_context_, http_uri_, "tokenval");
timer_->invokeCallback();
}
Expand Down

0 comments on commit bc072af

Please sign in to comment.