mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-31 09:01:35 +00:00
fix spelling
This commit is contained in:
@@ -19,7 +19,7 @@ class BuildTestSimple(InvenTreeTestCate):
|
||||
'build',
|
||||
]
|
||||
|
||||
rules = [
|
||||
roles = [
|
||||
'build.change',
|
||||
'build.add',
|
||||
'build.delete',
|
||||
@@ -98,7 +98,7 @@ class TestBuildViews(InvenTreeTestCate):
|
||||
'build',
|
||||
]
|
||||
|
||||
rules = [
|
||||
roles = [
|
||||
'build.change',
|
||||
'build.add',
|
||||
'build.delete',
|
||||
|
@@ -16,7 +16,7 @@ class CompanyViewTestBase(InvenTreeTestCate):
|
||||
'supplier_part',
|
||||
]
|
||||
|
||||
rules = [
|
||||
roles = [
|
||||
'all',
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user