Skip to content

Commit

Permalink
typo?
Browse files Browse the repository at this point in the history
  • Loading branch information
KOConchobhair authored Jun 15, 2024
1 parent 270518f commit 9ad5159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/internal/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export async function s3TestSuite(data) {

let deleteFromNonExistingBucketError
try {
await s3Client.deleteObject('non-existent-bucket', data.s3.testObject3[2].key)
await s3Client.deleteObject('non-existent-bucket', data.s3.testObjects[2].key)
} catch (error) {
deleteFromNonExistingBucketError = error
}
Expand Down

0 comments on commit 9ad5159

Please sign in to comment.