Skip to content

Commit 5f9e69d

Browse files
committed
Remove stale Ceph references from website ACL tests.
Delete legacy Ceph-only comment markers from ACL website test cases to keep test intent clear after Ceph support removal.
1 parent 1764b05 commit 5f9e69d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ const aclEquivalent = {
2626
};
2727

2828
const aclTests = [
29-
// CEPH: test_website_private_bucket_list_private_index_blockederrordoc
3029
{
3130
it: 'should return 403 if private bucket index and error documents',
3231
bucketACL: 'private',
3332
objects: { index: 'private', error: 'private' },
3433
html: '403-access-denied',
3534
},
36-
// CEPH: test_website_public_bucket_list_private_index_blockederrordoc
3735
{
3836
it: 'should return 403 if public bucket - private index - public ' +
3937
'error documents',
@@ -85,7 +83,6 @@ const aclTests = [
8583
html: 'error-user-404',
8684
},
8785

88-
// CEPH: test_website_private_bucket_list_empty_blockederrordoc
8986
{
9087
it: 'should return 403 if private bucket - without index - ' +
9188
'private error documents',
@@ -94,7 +91,6 @@ const aclTests = [
9491
html: '403-access-denied',
9592
},
9693

97-
// CEPH: test_website_public_bucket_list_empty_blockederrordoc
9894
{
9995
it: 'should return 404 if public bucket - without index - ' +
10096
'private error documents',
@@ -103,7 +99,6 @@ const aclTests = [
10399
html: '404-not-found',
104100
},
105101

106-
// CEPH: test_website_public_bucket_list_empty_missingerrordoc
107102
{
108103
it: 'should return 404 if public bucket - without index - ' +
109104
'without error documents',

0 commit comments

Comments
 (0)