Skip to content

Commit

Permalink
fix test
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 f1ac224 commit 9275250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/framework/cli/test_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +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._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 9275250

Please sign in to comment.