Skip to content

Commit

Permalink
fix(cb2-0000): fix integration tests (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulien-bjss authored Jul 10, 2023
1 parent feca450 commit eba64b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/dynamodb-localhost+0.0.9.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ index dc7d7a3..a4420cb 100644
{
"setup": {
- "download_url": "http://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.tar.gz",
+ "download_url": "https://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.tar.gz",
+ "download_url": "https://s3-us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_2023-06-09.tar.gz",
"install_path": "bin",
"jar": "DynamoDBLocal.jar"
},
Expand Down

0 comments on commit eba64b0

Please sign in to comment.