Fix link to helper

This commit is contained in:
Eli Uriegas 2016-10-14 17:38:43 -05:00
parent c9d63f4e31
commit 7a313fc268
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ from json import loads as json_loads, dumps as json_dumps
from sanic import Sanic
from sanic.request import Request
from sanic.response import json, text, HTTPResponse
from helpers import sanic_endpoint_test
from sanic.utils import sanic_endpoint_test
# ------------------------------------------------------------ #
# GET

View File

@ -1,7 +1,7 @@
from json import loads as json_loads, dumps as json_dumps
from sanic import Sanic
from sanic.response import json, text
from helpers import sanic_endpoint_test
from sanic.utils import sanic_endpoint_test
# ------------------------------------------------------------ #
# GET

View File

@ -1,7 +1,7 @@
from json import loads as json_loads, dumps as json_dumps
from sanic import Sanic
from sanic.response import json, text
from helpers import sanic_endpoint_test
from sanic.utils import sanic_endpoint_test
# ------------------------------------------------------------ #
# UTF-8

View File

@ -1,7 +1,7 @@
from json import loads as json_loads, dumps as json_dumps
from sanic import Sanic
from sanic.response import json, text
from helpers import sanic_endpoint_test
from sanic.utils import sanic_endpoint_test
# ------------------------------------------------------------ #
# UTF-8