Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Oct 23, 2023
1 parent 81de274 commit 7e67f2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/unit/connectors/Lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ def test_20_launch(self, save_data, su, cpf, csb, clg, clf, adwp, cfd):
'name': 'micafer-plants',
'output': [{'path': 'micafer/output',
'storage_provider': 's3.s3_id2'}],
'storage_providers': {'s3': {'s3_id': {'access_key': 'AK',
'region': 's3region',
'secret_key': 'SK'},
'storage_providers': {'s3': {'s3_id': {'access_key': 'AK',
'region': 's3region',
'secret_key': 'SK'},
's3_id2': {'access_key': 'AK',
'region': 's3region',
'secret_key': 'SK'}}},
'region': 's3region',
'secret_key': 'SK'}}},
'region': 'us-east-1',
'runtime': 'image',
'init_script': 'plants.sh',
Expand Down

0 comments on commit 7e67f2f

Please sign in to comment.