diff --git a/internal/daemon/controller/handlers/scopes/scope_service_test.go b/internal/daemon/controller/handlers/scopes/scope_service_test.go index bb22f8777e..aa0dd29744 100644 --- a/internal/daemon/controller/handlers/scopes/scope_service_test.go +++ b/internal/daemon/controller/handlers/scopes/scope_service_test.go @@ -105,6 +105,11 @@ var globalAuthorizedCollectionActions = map[string]*structpb.ListValue{ structpb.NewStringValue("destroy-key-version"), }, }, + "session-recordings": { + Values: []*structpb.Value{ + structpb.NewStringValue("list"), + }, + }, "storage-buckets": { Values: []*structpb.Value{ structpb.NewStringValue("create"), @@ -162,6 +167,11 @@ var orgAuthorizedCollectionActions = map[string]*structpb.ListValue{ structpb.NewStringValue("destroy-key-version"), }, }, + "session-recordings": { + Values: []*structpb.Value{ + structpb.NewStringValue("list"), + }, + }, "storage-buckets": { Values: []*structpb.Value{ structpb.NewStringValue("create"),