diff --git a/samples/system-test/encryption.test.js b/samples/system-test/encryption.test.js index 00ca30a49..4de49e316 100644 --- a/samples/system-test/encryption.test.js +++ b/samples/system-test/encryption.test.js @@ -113,5 +113,5 @@ test.serial(`should rotate keys`, async t => { `${cmd} rotate ${bucketName} ${fileName} ${key} ${newKey}`, cwd ); - t.is(results.stdout + results.stderr, 'Encryption key rotated successfully.'); + t.is(results.stdout, 'Encryption key rotated successfully.'); });