Skip to content

Commit aaf56d5

Browse files
committed
Change bucket names for integration tests
1 parent 52e66b5 commit aaf56d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_integ/fixtures/sns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@pytest.fixture()
77
def sns_extended_client(session):
88
sns_client = session.client("sns",region_name='us-east-1')
9-
sns_client.large_payload_support = f'integration-test-bucket-{random.randint(0, 10000)}'
9+
sns_client.large_payload_support = f'integration-sns-extended-lib-test-bucket-{random.randint(0, 10000)}'
1010
return sns_client
1111

1212
@pytest.fixture()

0 commit comments

Comments
 (0)