Skip to content

Commit

Permalink
Fix tests package imports - to be squashed
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Weber committed Feb 20, 2020
1 parent 7a0abc2 commit 21d732e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ async def delete_sqs_queue(sqs_client, queue_url):


pytest_plugins = [
"mock_server",
"tests.mock_server",
"tests.aws.aws_fixtures",
"tests.aws.aio.aiomoto_fixtures",
]
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import asyncio
from mock_server import AIOServer
from tests.mock_server import AIOServer
from aiobotocore.session import AioSession
from aiobotocore.config import AioConfig
from botocore.config import Config
Expand Down

0 comments on commit 21d732e

Please sign in to comment.