From b3703fe5e748d605ef09ff449239032c2a62a719 Mon Sep 17 00:00:00 2001 From: Ivan Salamakha Date: Fri, 10 Nov 2017 14:44:46 +0200 Subject: [PATCH] Added mission import to the test --- tests/test_routes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_routes.py b/tests/test_routes.py index 39aa5566..2cc37271 100644 --- a/tests/test_routes.py +++ b/tests/test_routes.py @@ -1,5 +1,6 @@ import asyncio import pytest +import uuid from sanic import Sanic from sanic.response import text