Skip to content

Commit

Permalink
Fix mock failing on new call
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Feb 23, 2024
1 parent 899c079 commit 7307784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catalog/tests/dags/providers/test_provider_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def test_overrides(configuration_overrides, expected_overrides):
with mock.patch("providers.provider_workflows.Variable") as MockVariable:
MockVariable.get.side_effect = [
configuration_overrides,
MockVariable.get_original()[0],
]
test_workflow = ProviderWorkflow(
dag_id="my_dag_id",
Expand Down

0 comments on commit 7307784

Please sign in to comment.