Skip to content

Commit 6657d06

Browse files
author
Gavin Aguiar
committed
Fixed loader tests
1 parent 72c0a1f commit 6657d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/test_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ async def test_entry_point_plugin(self):
150150
code = textwrap.dedent('''
151151
import asyncio
152152
from azure_functions_worker import protos
153-
from azure_functions_worker import testutils
153+
from tests.utils import testutils
154154
155155
async def _runner():
156156
async with testutils.start_mockhost(

0 commit comments

Comments
 (0)