Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Rodriguez Gutierrez <miguel7r@hotmail.com>
  • Loading branch information
MigQ2 committed Sep 15, 2024
1 parent 810a538 commit f1ac224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/framework/cli/test_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ def test_catalog_resolve(
"catalog": fake_catalog_config,
"credentials": fake_credentials_config,
}
mocked_context._get_config_credentials().return_value = fake_credentials_config
mocked_context.catalog = DataCatalog.from_config(
catalog=fake_catalog_config, credentials=fake_credentials_config
)
Expand Down

0 comments on commit f1ac224

Please sign in to comment.