Skip to content

Commit

Permalink
Remove empty bucket name test with GCP
Browse files Browse the repository at this point in the history
Issue: ARSN-234
  • Loading branch information
francoisferrand committed Jun 30, 2022
1 parent 9b8f9f8 commit 6cdb93d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/storage/data/external/GcpService.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const invalidBucketNames = [
'bucketName.',
'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
'256.256.256.256',
'',
];

function badBucketNameHandler(req, res) {
Expand Down

0 comments on commit 6cdb93d

Please sign in to comment.