fix unit test
This commit is contained in:
parent
7beeb838b1
commit
d6d342a74b
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class TestEditTag(utils.CliTestCase):
|
|||
args.append('--unlock')
|
||||
args.append('--no-maven-support')
|
||||
args.append('--no-include-all')
|
||||
opts = {'perm_id': None,
|
||||
opts = {'perm': None,
|
||||
'locked': not locked,
|
||||
'maven_support': not maven_support,
|
||||
'maven_include_all': not maven_include_all}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue