Skip to content

Commit c5c7d2d

Browse files
committed
fixup s3c-ft-test failure
1 parent 97c2891 commit c5c7d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/aws-node-sdk/test/object/putVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ describe('PUT object with x-scal-s3-version-id header', () => {
123123
}),
124124
next => fakeMetadataArchive(bucketName, objectName, vId, archive, next),
125125
next => putObjectVersion(s3, params, 'aJLWKz4Ko9IjBBgXKj5KQT.G9UHv0g7P', err => {
126-
checkError(err, 'InvalidArgument', 400);
126+
checkError(err, 'BadRequest', 400);
127127
return next();
128128
}),
129129
], err => {

0 commit comments

Comments
 (0)