mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
refactor(test): remove deprecated groups
This commit is contained in:
parent
181ea648fa
commit
3e41dcaf6e
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ function buildAnonymousUser() {
|
|||
return {
|
||||
name: undefined,
|
||||
// groups without '$' are going to be deprecated eventually
|
||||
groups: ['$all', '$anonymous', '@all', '@anonymous', 'all', 'undefined', 'anonymous'],
|
||||
groups: ['$all', '$anonymous', '@all', '@anonymous'],
|
||||
real_groups: [],
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue