Skip to content

Commit 933b4f5

Browse files
committed
actually use renamed fixtures
1 parent b96c939 commit 933b4f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simple/tests/test_handlers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def server_config(jp_template_dir):
1313

1414

1515
async def test_handler_default(jp_fetch):
16-
r = await fetch(
16+
r = await jp_fetch(
1717
'simple_ext1/default',
1818
method='GET'
1919
)
@@ -23,7 +23,7 @@ async def test_handler_default(jp_fetch):
2323

2424

2525
async def test_handler_template(jp_fetch):
26-
r = await fetch(
26+
r = await jp_fetch(
2727
'simple_ext1/template1/test',
2828
method='GET'
2929
)

0 commit comments

Comments
 (0)