Skip to content

Commit 2765b7c

Browse files
Update tests/functional/sse-kms-migration/scenarios.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d4d562a commit 2765b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/sse-kms-migration/scenarios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async function assertObjectSSE(
7777
headers && assert.strictEqual(headers.SSEKMSKeyId, undefined);
7878
}
7979

80-
// always verify GetObject as well to ensure acurate decryption
80+
// always verify GetObject as well to ensure accurate decryption
8181
const get = await helpers.s3.getObject({ Bucket, Key, ...(VersionId && { VersionId }) }).promise();
8282
assert.strictEqual(get.Body.toString(), Body);
8383
}

0 commit comments

Comments
 (0)