def test_tenant_update(self): """ Test if it update a tenant's information (keystone tenant-update) """ self.assertDictEqual(keystone.tenant_update(), {"Error": "Unable to resolve tenant id"})
def test_tenant_update(self, mock): ''' Test if it update a tenant's information (keystone tenant-update) ''' self.assertDictEqual(keystone.tenant_update(), {'Error': 'Unable to resolve tenant id'})