Skip to content

Commit

Permalink
test(datastores): fix template permissions test
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Aug 16, 2022
1 parent af975dd commit 8ca7934
Showing 1 changed file with 2 additions and 8 deletions.
Expand Up @@ -76,16 +76,13 @@ describe('getTemplatePermissions', () => {
description: undefined,
granted: false,
icon: undefined,
schemaType: 'author',
id: 'author-developer-locked',
parameters: undefined,
reason: 'No matching grants found',
resolvedInitialValue: {locked: true, role: 'developer'},
subtitle: 'Author',
template: {
description: undefined,
icon: undefined,
id: 'author-developer-locked',
parameters: undefined,
schemaType: 'author',
title: 'Developer',
value: {locked: true, role: 'developer'},
Expand All @@ -98,16 +95,13 @@ describe('getTemplatePermissions', () => {
description: undefined,
granted: true,
icon: undefined,
schemaType: 'author',
id: 'author-developer-unlocked',
parameters: undefined,
reason: 'Matching grant',
resolvedInitialValue: {locked: false, role: 'developer'},
subtitle: 'Author',
template: {
description: undefined,
icon: undefined,
id: 'author-developer-unlocked',
parameters: undefined,
schemaType: 'author',
title: 'Developer',
value: {locked: false, role: 'developer'},
Expand Down

0 comments on commit 8ca7934

Please sign in to comment.