2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 13:06:45 +00:00

fix spelling

This commit is contained in:
Matthias Mair 2022-05-20 12:33:28 +02:00
parent 3a1996dd48
commit 42d325e7ca
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ class BuildTestSimple(InvenTreeTestCate):
'build', 'build',
] ]
rules = [ roles = [
'build.change', 'build.change',
'build.add', 'build.add',
'build.delete', 'build.delete',
@ -98,7 +98,7 @@ class TestBuildViews(InvenTreeTestCate):
'build', 'build',
] ]
rules = [ roles = [
'build.change', 'build.change',
'build.add', 'build.add',
'build.delete', 'build.delete',

View File

@ -16,7 +16,7 @@ class CompanyViewTestBase(InvenTreeTestCate):
'supplier_part', 'supplier_part',
] ]
rules = [ roles = [
'all', 'all',
] ]