Merge "Removed global state modification by api test"

This commit is contained in:
Jenkins 2014-03-03 19:37:52 +00:00 committed by Gerrit Code Review
commit cae5b179e5

View File

@ -16,8 +16,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import mock
import pecan
import wsme
from ceilometer.api.controllers import v2
@ -25,9 +23,6 @@ from ceilometer.openstack.common import test
class TestWsmeCustomType(test.BaseTestCase):
def setUp(self):
super(TestWsmeCustomType, self).setUp()
pecan.response = mock.MagicMock()
def test_advenum_default(self):
class dummybase(wsme.types.Base):