From 36651e40a0e683553872b693ae7b9af4d5cc47fa Mon Sep 17 00:00:00 2001 From: Luca Prete Date: Thu, 13 Jan 2022 14:09:55 +0100 Subject: [PATCH] Fix gcs_to_bq_with_dataflow test failing (#428) --- .../data_solutions/gcs_to_bq_with_dataflow/test_plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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