Skip to content

Commit ec74a68

Browse files
samples: tests: Test stdout, not stderr. (#96)
1 parent 5aaa36e commit ec74a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/system-test/encryption.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ test.serial(`should rotate keys`, async t => {
113113
`${cmd} rotate ${bucketName} ${fileName} ${key} ${newKey}`,
114114
cwd
115115
);
116-
t.is(results.stdout + results.stderr, 'Encryption key rotated successfully.');
116+
t.is(results.stdout, 'Encryption key rotated successfully.');
117117
});

0 commit comments

Comments
 (0)