mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
fix spelling
This commit is contained in:
parent
3a1996dd48
commit
42d325e7ca
@ -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',
|
||||||
|
@ -16,7 +16,7 @@ class CompanyViewTestBase(InvenTreeTestCate):
|
|||||||
'supplier_part',
|
'supplier_part',
|
||||||
]
|
]
|
||||||
|
|
||||||
rules = [
|
roles = [
|
||||||
'all',
|
'all',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user