Skip to content

Commit

Permalink
Add secrets name to environ
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Dec 12, 2023
1 parent f21677b commit 2bc5204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def authenticated_with_globus(mocker):
os.environ['TEST_SEARCH_INDEX_UUID'] = "https://test-search.index"
os.environ['FLOW_ID'] = 'flow-id-1'
os.environ['FLOW_SCOPE'] = 'flow-scope-1'
os.environ['MDF_SECRETS_NAME'] = 'mdf-secrets'
os.environ['MDF_AWS_REGION'] = 'us-east-1'

environment = {
'dynamo_manager': dynamo_manager,
Expand Down

0 comments on commit 2bc5204

Please sign in to comment.