Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ TEST_F(OauthIntegrationTest, UnauthenticatedFlow) {
{":authority", "authority"}};
auto encoder_decoder = codec_client_->startRequest(headers);

Buffer::OwnedImpl buffer;
encoder_decoder.first.encodeData(buffer, true);
request_encoder_ = &encoder_decoder.first;
auto response = std::move(encoder_decoder.second);

Expand Down Expand Up @@ -144,4 +142,4 @@ TEST_F(OauthIntegrationTest, AuthenticationFlow) {
} // namespace Oauth
} // namespace HttpFilters
} // namespace Extensions
} // namespace Envoy
} // namespace Envoy