Moved notifications lambda pages to settings (#496)

This commit is contained in:
Alex
2020-12-10 13:59:45 -06:00
committed by GitHub
parent 90c54221d6
commit 6512a51119
19 changed files with 866 additions and 797 deletions

View File

@@ -81,7 +81,7 @@ func TestGetAuthorizedEndpoints(t *testing.T) {
"s3:*",
},
},
want: 8,
want: 7,
},
{
name: "all admin and s3 endpoints",
@@ -91,7 +91,7 @@ func TestGetAuthorizedEndpoints(t *testing.T) {
"s3:*",
},
},
want: 20,
want: 19,
},
{
name: "Console User - default endpoints",