Remove self.mox

No tests use this property.

Change-Id: Ifa740e59207a87890bb100cc035ec6088ac03dca
This commit is contained in:
Brant Knudson 2017-02-21 13:56:49 -06:00 committed by ChangBo Guo(gcb)
parent 7f990bfe5f
commit 1fb3956f44
1 changed files with 0 additions and 1 deletions

View File

@ -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):