Skip to content

Commit 21d732e

Browse files
author
Darren Weber
committed
Fix tests package imports - to be squashed
1 parent 7a0abc2 commit 21d732e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ async def delete_sqs_queue(sqs_client, queue_url):
471471

472472

473473
pytest_plugins = [
474-
"mock_server",
474+
"tests.mock_server",
475475
"tests.aws.aws_fixtures",
476476
"tests.aws.aio.aiomoto_fixtures",
477477
]

tests/test_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import asyncio
2-
from mock_server import AIOServer
2+
from tests.mock_server import AIOServer
33
from aiobotocore.session import AioSession
44
from aiobotocore.config import AioConfig
55
from botocore.config import Config

0 commit comments

Comments
 (0)