We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996e713 commit dadecf4Copy full SHA for dadecf4
test/extensions/dynamic_modules/test_data/rust/http_test.rs
@@ -160,7 +160,7 @@ fn test_body_callbacks_filter_on_bodies() {
160
f.on_request_body(&mut envoy_filter, true);
161
162
assert_eq!(
163
- std::str::from_utf8(&f.get_final_readed_request_body()).unwrap(),
+ std::str::from_utf8(&f.get_final_read_request_body()).unwrap(),
164
"nicenicenicenicenicenice"
165
);
166
@@ -208,7 +208,7 @@ fn test_body_callbacks_filter_on_bodies() {
208
f.on_response_body(&mut envoy_filter, true);
209
210
211
- std::str::from_utf8(&f.get_final_readed_response_body()).unwrap(),
+ std::str::from_utf8(&f.get_final_read_response_body()).unwrap(),
212
"coolcoolcoolcoolcoolcool"
213
214
}
0 commit comments