Fix type pikcle->pickle in multiprocessing test

This commit is contained in:
Ashley Sommer 2018-11-04 15:27:25 +10:00
parent 5cf2144b3f
commit 8466be8728

View File

@ -69,7 +69,7 @@ def test_pickle_app(app, protocol):
@pytest.mark.parametrize('protocol', [3, 4]) @pytest.mark.parametrize('protocol', [3, 4])
def test_pikcle_app_with_bp(app, protocol): def test_pickle_app_with_bp(app, protocol):
from sanic import Blueprint from sanic import Blueprint
bp = Blueprint('test_text') bp = Blueprint('test_text')
bp.route('/')(handler) bp.route('/')(handler)