diff --git a/tests/examples/data_solutions/gcs_to_bq_with_dataflow/test_plan.py b/tests/examples/data_solutions/gcs_to_bq_with_dataflow/test_plan.py index 9e5401f7c..6bf52ab31 100644 --- a/tests/examples/data_solutions/gcs_to_bq_with_dataflow/test_plan.py +++ b/tests/examples/data_solutions/gcs_to_bq_with_dataflow/test_plan.py @@ -16,4 +16,4 @@ def test_resources(e2e_plan_runner): "Test that plan works and the numbers of resources is as expected." modules, resources = e2e_plan_runner() assert len(modules) == 14 - assert len(resources) == 60 + assert len(resources) == 61