We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0661e52 commit 0f59c95Copy full SHA for 0f59c95
aws-replicator/tests/conftest.py
@@ -2,7 +2,7 @@
2
from localstack.testing.aws.util import (
3
base_aws_client_factory,
4
base_aws_session,
5
- primary_testing_aws_client,
+ base_testing_aws_client,
6
)
7
8
pytest_plugins = [
@@ -22,4 +22,4 @@ def aws_client_factory(aws_session):
22
23
@pytest.fixture(scope="session")
24
def aws_client(aws_client_factory):
25
- return primary_testing_aws_client(aws_client_factory)
+ return base_testing_aws_client(aws_client_factory)
0 commit comments