Skip to content

Commit

Permalink
Merge branch 'w/8.6/improvement/CLDSRV-409-fix-python-version' into t…
Browse files Browse the repository at this point in the history
…mp/octopus/w/8.7/improvement/CLDSRV-409-fix-python-version
  • Loading branch information
bert-e committed Jun 22, 2023
2 parents 344ee8a + c5b1ef6 commit 652bf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/s3cmd/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ describe('s3cmd putBucket', () => {
exec([
'mb', `s3://${bucket}`,
'--bucket-location=scality-us-west-1',
], done, 11);
], done, 13);
});

it('put an invalid bucket, should fail', done => {
Expand Down

0 comments on commit 652bf92

Please sign in to comment.