fix unit test

This commit is contained in:
Mike McLean 2020-07-28 11:30:30 -04:00 committed by Tomas Kopecek
parent 7beeb838b1
commit d6d342a74b

View file

@ -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}