Skip to content

Commit

Permalink
Add a proper invalid checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Dec 27, 2023
1 parent f18ed12 commit 0907e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/s3/e2eTest/src/S3IntegrationTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ class S3BucketOpsIntegrationTest {
key = keyName
body = ByteStream.fromString(contents)
checksumAlgorithm = ChecksumAlgorithm.Sha256
checksumSha256 = "blerg"
checksumSha256 = "LPJNul+wow4m6DsqxbninhsWHlwfp0JecwQzYpOLmCP="
}
}
ex.message?.let {
Expand Down

0 comments on commit 0907e82

Please sign in to comment.