Skip to content

Commit

Permalink
[BUGFIX] Mock correct method in test (#8087)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblim authored Jun 8, 2023
1 parent cc34dbb commit 01a5c39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_cloud_backed_data_context_add_or_update_expectation_suite_include_rende

empty_expectation_suite = ExpectationSuite(expectation_suite_name="test_suite")
with mock.patch(
"great_expectations.data_context.store.gx_cloud_store_backend.GXCloudStoreBackend.has_key"
"great_expectations.data_context.store.gx_cloud_store_backend.GXCloudStoreBackend._get"
), mock.patch(
"great_expectations.data_context.store.gx_cloud_store_backend.GXCloudStoreBackend._set",
return_value=cloud_ref,
Expand Down

0 comments on commit 01a5c39

Please sign in to comment.