We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befccf9 commit c7be861Copy full SHA for c7be861
plugins/rbac-backend/src/conditional-aliases/alias-resolver.test.ts
@@ -8,7 +8,7 @@ import { replaceAliases } from './alias-resolver';
8
9
describe('replaceAliases', () => {
10
describe('should replace "currentUser" aliases', () => {
11
- it('should replace aliases with string type', () => {
+ it('should replace aliases in the string value', () => {
12
const conditionParam: PermissionCriteria<
13
PermissionCondition<string, PermissionRuleParams>
14
> = {
0 commit comments