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 d253afd commit 7ef96f3Copy full SHA for 7ef96f3
google/cloud/storage/internal/rest/stub_test.cc
@@ -955,7 +955,7 @@ TEST(RestStubTest, UploadChunkLastChunkWithCrc32c) {
955
ResultOf(
956
"request headers contain x-goog-hash with crc32c",
957
[](RestRequest const& r) { return r.headers(); },
958
- Contains(Pair("x-goog-hash", ElementsAre("crc32c=test-crc32")))),
+ Contains(Pair("x-goog-hash", ElementsAre("crc32c=test-crc32c")))),
959
ExpectedPayload()))
960
.WillOnce(Return(PermanentError()));
961
auto tested = std::make_unique<RestStub>(Options{}, mock, mock);
0 commit comments