Fix type pikcle->pickle in multiprocessing test
This commit is contained in:
parent
5cf2144b3f
commit
8466be8728
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user