From 0a02ffa853b8ee52601223d5b95cc40214b235f0 Mon Sep 17 00:00:00 2001 From: Lorenzo Caggioni Date: Mon, 14 Jun 2021 18:52:25 +0200 Subject: [PATCH] Fix tests --- .../scheduled_asset_inventory_export_bq/test_plan.py | 2 +- tests/data_solutions/gcs_to_bq_with_dataflow/test_plan.py | 2 +- tests/foundations/business_units/test_plan.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/cloud_operations/scheduled_asset_inventory_export_bq/test_plan.py b/tests/cloud_operations/scheduled_asset_inventory_export_bq/test_plan.py index 74023fff2..a8766f484 100644 --- a/tests/cloud_operations/scheduled_asset_inventory_export_bq/test_plan.py +++ b/tests/cloud_operations/scheduled_asset_inventory_export_bq/test_plan.py @@ -24,4 +24,4 @@ def test_resources(e2e_plan_runner): "Test that plan works and the numbers of resources is as expected." modules, resources = e2e_plan_runner(FIXTURES_DIR) assert len(modules) == 5 - assert len(resources) == 17 + assert len(resources) == 18 diff --git a/tests/data_solutions/gcs_to_bq_with_dataflow/test_plan.py b/tests/data_solutions/gcs_to_bq_with_dataflow/test_plan.py index 7342b018e..54f186e4d 100644 --- a/tests/data_solutions/gcs_to_bq_with_dataflow/test_plan.py +++ b/tests/data_solutions/gcs_to_bq_with_dataflow/test_plan.py @@ -24,4 +24,4 @@ def test_resources(e2e_plan_runner): "Test that plan works and the numbers of resources is as expected." modules, resources = e2e_plan_runner(FIXTURES_DIR) assert len(modules) == 14 - assert len(resources) == 61 + assert len(resources) == 62 diff --git a/tests/foundations/business_units/test_plan.py b/tests/foundations/business_units/test_plan.py index e04e82e55..97c118cfb 100644 --- a/tests/foundations/business_units/test_plan.py +++ b/tests/foundations/business_units/test_plan.py @@ -24,4 +24,4 @@ def test_resources(e2e_plan_runner): "Test that plan works and the numbers of resources is as expected." modules, resources = e2e_plan_runner(FIXTURES_DIR) assert len(modules) == 8 - assert len(resources) == 82 + assert len(resources) == 83