Removed unnecessary setUp calls in tests

TrivialFix

Change-Id: I057d03466b058a42be8ec57dbc42cbd67b75cc3c
This commit is contained in:
Gábor Antal
2017-08-01 10:49:21 +02:00
parent bce87b3d05
commit b532355232
10 changed files with 1 additions and 29 deletions

View File

@@ -16,5 +16,4 @@ from watcher.tests.api import base as api_base
class TestV1Routing(api_base.FunctionalTest):
def setUp(self):
super(TestV1Routing, self).setUp()
pass