We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e080692 commit fef21daCopy full SHA for fef21da
test/common/http/codec_impl_fuzz_test.cc
@@ -427,7 +427,7 @@ class HttpStream : public LinkedObject<HttpStream> {
427
[&] { directionalAction(response_, stream_action.dispatching_action()); }));
428
} else if (request_action == test::common::http::DirectionalAction::kData) {
429
EXPECT_CALL(request_.request_decoder_, decodeData(_, _))
430
- .Times(testing::AtLeast(1))
+ .Times(testing::Between(0, testing::AnyNumber()))
431
.WillRepeatedly(InvokeWithoutArgs([&] {
432
// Only simulate response action if the stream action is active
433
// otherwise the expectation could trigger in other moments
0 commit comments