Bases: openstack_dashboard.test.helpers.TestCase
Bases: object
Bases: openstack_dashboard.test.helpers.APITestCase
Tests api.keystone.remove_tenant_user
Verifies that remove_tenant_user is called with the right arguments after iterating the user’s roles.
There are no assertions in this test because the checking is handled by mox in the VerifyAll() call in tearDown().
Bases: openstack_dashboard.test.helpers.APITestCase