We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e66b5 commit aaf56d5Copy full SHA for aaf56d5
test_integ/fixtures/sns.py
@@ -6,7 +6,7 @@
6
@pytest.fixture()
7
def sns_extended_client(session):
8
sns_client = session.client("sns",region_name='us-east-1')
9
- sns_client.large_payload_support = f'integration-test-bucket-{random.randint(0, 10000)}'
+ sns_client.large_payload_support = f'integration-sns-extended-lib-test-bucket-{random.randint(0, 10000)}'
10
return sns_client
11
12
0 commit comments