Skip to content

Commit 7bf58a4

Browse files
author
Zelda Hessler
committed
fix expected test output
1 parent 285d318 commit 7bf58a4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

aws/sdk-codegen/src/test/kotlin/software/amazon/smithy/rustsdk/HttpRequestCompressionDecoratorTest.kt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,12 @@ class HttpRequestCompressionDecoratorTest {
128128
const UNCOMPRESSED_INPUT: &[u8] = b"Action=PutMetricData&Version=2010-08-01&Namespace=Namespace&MetricData.member.1.MetricName=metric&MetricData.member.1.Unit=Bytes&MetricData.member.1.Value=128";
129129
// This may break if we ever change the default compression level.
130130
const COMPRESSED_OUTPUT: &[u8] = &[
131-
31, 139, 8, 0, 0, 0, 0, 0, 0, 255, 1, 115, 0, 140, 255, 31, 139, 8, 0, 0, 0, 0, 0, 0, 255, 109,
132-
139, 49, 14, 128, 32, 16, 4, 127, 67, 39, 1, 43, 155, 43, 52, 182, 26, 27, 233, 79, 114, 5,
133-
137, 160, 129, 163, 240, 247, 6, 77, 180, 161, 155, 204, 206, 246, 150, 221, 17, 96, 201, 60,
134-
17, 71, 103, 71, 100, 20, 134, 98, 42, 182, 85, 90, 53, 170, 107, 148, 22, 51, 122, 74, 39, 90,
135-
130, 143, 196, 255, 144, 158, 252, 70, 81, 106, 249, 186, 210, 128, 127, 176, 90, 173, 193, 49,
136-
12, 23, 83, 170, 206, 6, 247, 76, 160, 219, 238, 6, 30, 221, 9, 253, 158, 0, 0, 0, 160, 51, 48,
137-
147, 115, 0, 0, 0,
131+
31, 139, 8, 0, 0, 0, 0, 0, 0, 255, 109, 139, 49, 14, 128, 32, 16, 4, 127, 67, 39, 1, 43, 155,
132+
43, 52, 182, 26, 27, 233, 79, 114, 5, 137, 160, 129, 163, 240, 247, 6, 77, 180, 161, 155, 204,
133+
206, 246, 150, 221, 17, 96, 201, 60, 17, 71, 103, 71, 100, 20, 134, 98, 42, 182, 85, 90, 53,
134+
170, 107, 148, 22, 51, 122, 74, 39, 90, 130, 143, 196, 255, 144, 158, 252, 70, 81, 106, 249,
135+
186, 210, 128, 127, 176, 90, 173, 193, 49, 12, 23, 83, 170, 206, 6, 247, 76, 160, 219, 238, 6,
136+
30, 221, 9, 253, 158, 0, 0, 0,
138137
];
139138
140139
##[#{tokio}::test]

0 commit comments

Comments
 (0)