invalid params for roles.delete

This commit is contained in:
Jesse Andrews 2012-01-26 00:30:24 -06:00
parent d5443e2ef0
commit 726b5adab0
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ class KcMasterTestCase(CompatTestCase):
self.assertRaises(exception, two.roles.get, role='keystone_admin')
self.assertRaises(exception, two.roles.list)
self.assertRaises(exception, two.roles.create, name='oops')
self.assertRaises(exception, two.roles.delete, name='keystone_admin')
self.assertRaises(exception, two.roles.delete, 'keystone_admin')
# TODO(ja): MEMBERSHIP CRUD
# TODO(ja): determine what else todo