ashb commented on a change in pull request #18764:
URL: https://github.com/apache/airflow/pull/18764#discussion_r723218705
##########
File path: tests/providers/amazon/aws/secrets/test_secrets_manager.py
##########
@@ -93,7 +93,7 @@ def
test_get_conn_uri_broken_field_mode_extra_words_added(self):
@mock_secretsmanager
def test_format_uri_with_extra(self):
- secret = {'extra': {'key1': 'value1', 'key2': 'value2'}}
+ secret = {'extra': "{'key1': 'value1', 'key2': 'value2'}"}
Review comment:
```suggestion
secret = {'extra': {'key1': 'value1', 'key2': 'value2'}}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]