Tools Page (#1180)
* Tools Page Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> * Help Boxes Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> * Remove Un-Used code Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
@@ -70,7 +70,7 @@ func TestGetAuthorizedEndpoints(t *testing.T) {
|
||||
"admin:*",
|
||||
},
|
||||
},
|
||||
want: 30,
|
||||
want: 32,
|
||||
},
|
||||
{
|
||||
name: "all s3 endpoints",
|
||||
@@ -89,7 +89,7 @@ func TestGetAuthorizedEndpoints(t *testing.T) {
|
||||
"s3:*",
|
||||
},
|
||||
},
|
||||
want: 32,
|
||||
want: 34,
|
||||
},
|
||||
{
|
||||
name: "Console User - default endpoints",
|
||||
|
||||
Reference in New Issue
Block a user