From 8a177b395fdd312351545848a56e278075eac47e Mon Sep 17 00:00:00 2001 From: lcaggio Date: Wed, 1 Sep 2021 11:25:45 +0200 Subject: [PATCH] Update changelog and fix tests. --- .../scheduled_asset_inventory_export_bq/test_plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a80a3ac8d..de94c82d5 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) == 20 + assert len(resources) == 23