Remove unnecessary attrs from TenantNetworksDeprecationTest

There are a couple of unused attributes in the
TenantNetworksDeprecationTest class which can be removed. They
were probably there from some copy/paste of another class
that extended the base tenant networks test class.

Change-Id: I23e06c2f2b3a7d00037f137191c9df612a884888
This commit is contained in:
Matt Riedemann
2016-12-29 16:12:40 -05:00
parent a74d3ae4e8
commit 20743d0b34

View File

@@ -314,8 +314,6 @@ class TenantNetworksEnforcementV21(test.NoDBTestCase):
class TenantNetworksDeprecationTest(test.NoDBTestCase):
ctrlr = networks_v21.TenantNetworkController
validation_error = exception.ValidationError
def setUp(self):
super(TenantNetworksDeprecationTest, self).setUp()