diff --git a/tests/providers/microsoft/azure/hooks/test_azure_container_registry.py b/tests/providers/microsoft/azure/hooks/test_azure_container_registry.py index e9b1b14b3dd28..801721cc6ff62 100644 --- a/tests/providers/microsoft/azure/hooks/test_azure_container_registry.py +++ b/tests/providers/microsoft/azure/hooks/test_azure_container_registry.py @@ -29,6 +29,7 @@ def test_get_conn(self): db.merge_conn( Connection( conn_id='azure_container_registry', + conn_type='azure_container_registry', login='myuser', password='password', host='test.cr',