Made import shorter
Change-Id: I8f00d82a7f6288ee285bc02eba6ee73999908440
This commit is contained in:
parent
94691c38c1
commit
bc39af5d4f
@ -12,10 +12,10 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import surveil.tests.api.functionalTest
|
||||
from surveil.tests.api import functionalTest
|
||||
|
||||
|
||||
class TestRootController(surveil.tests.api.functionalTest.FunctionalTest):
|
||||
class TestRootController(functionalTest.FunctionalTest):
|
||||
|
||||
def test_get(self):
|
||||
response = self.app.get('/v1/hello')
|
||||
|
Loading…
x
Reference in New Issue
Block a user