msumit commented on pull request #16109:
URL: https://github.com/apache/airflow/pull/16109#issuecomment-849658272
@potiuk not sure why this test is failing, on my local I can see `opsgenie`
in connections list
```
________________________ TestProviderManager.test_hooks
________________________
self = <test_providers_manager.TestProviderManager testMethod=test_hooks>
def test_hooks(self):
provider_manager = ProvidersManager()
connections_list = list(provider_manager.hooks.keys())
> assert CONNECTIONS_LIST == connections_list
E AssertionError: assert ['airbyte', '...egistry', ...] ==
['airbyte', '...egistry', ...]
E At index 43 diff: 'opsgenie' != 'neo4j'
E Use -v to get the full diff
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]