From 1fb3956f44822b2b5c784e24e2edbf55213434e2 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Tue, 21 Feb 2017 13:56:49 -0600 Subject: [PATCH] Remove self.mox No tests use this property. Change-Id: Ifa740e59207a87890bb100cc035ec6088ac03dca --- oslo_messaging/tests/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/oslo_messaging/tests/utils.py b/oslo_messaging/tests/utils.py index c0459c8ec..39f27ca0a 100644 --- a/oslo_messaging/tests/utils.py +++ b/oslo_messaging/tests/utils.py @@ -43,7 +43,6 @@ class BaseTestCase(base.BaseTestCase): self.conf.prog = 'prog' moxfixture = self.useFixture(moxstubout.MoxStubout()) - self.mox = moxfixture.mox self.stubs = moxfixture.stubs def config(self, **kw):