Added path to bucket details in acls list (#131)

This commit is contained in:
Alex
2020-05-20 21:59:03 -05:00
committed by GitHub
parent 989e6f3471
commit 3bb317535c
5 changed files with 98 additions and 92 deletions

View File

@@ -68,7 +68,7 @@ func TestGetAuthorizedEndpoints(t *testing.T) {
"s3:*",
},
},
want: 3,
want: 4,
},
{
name: "all admin and s3 endpoints",
@@ -78,7 +78,7 @@ func TestGetAuthorizedEndpoints(t *testing.T) {
"s3:*",
},
},
want: 12,
want: 13,
},
{
name: "no endpoints",