File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 python-version : " 3.9"
2626 - name : Install Poetry
2727 run : |
28- pip install poetry==1.4.0
28+ pip install poetry
2929 poetry --version
3030 - name : Check if there is a parent commit
3131 id : check-parent-commit
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " amazon-sns-extended-client"
3- version = " 1.0.1 "
3+ version = " 1.0.0 "
44description = " Python version of AWS SNS extended client to publish large payload message"
55authors = [" Amazon Web Service - SNS" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 66@pytest .fixture ()
77def 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 ()
You can’t perform that action at this time.
0 commit comments