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 9614ef2 commit f65f6afCopy full SHA for f65f6af
1 file changed
tests/integration/test_utils/chunk_upload.rs
@@ -155,6 +155,9 @@ where
155
counts
156
}
157
158
+// These helpers and tests exercise the multipart parsing utilities in this
159
+// module itself. They are tests for test code, not integration tests for
160
+// sentry-cli behavior.
161
fn gzip(data: &[u8]) -> Vec<u8> {
162
let mut encoder = GzEncoder::new(Vec::new(), Compression::default());
163
encoder
0 commit comments