From a837e4361ab50959294a25aab4bca31e33f6e982 Mon Sep 17 00:00:00 2001 From: Aleksandr Averbukh Date: Tue, 25 Oct 2022 13:20:56 +0200 Subject: [PATCH] Fix tests --- .../gcp-workload-identity-provider/test_plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/blueprints/cloud_operations/terraform-enterprise-wif/gcp-workload-identity-provider/test_plan.py b/tests/blueprints/cloud_operations/terraform-enterprise-wif/gcp-workload-identity-provider/test_plan.py index e6a8bde4..228e51df 100644 --- a/tests/blueprints/cloud_operations/terraform-enterprise-wif/gcp-workload-identity-provider/test_plan.py +++ b/tests/blueprints/cloud_operations/terraform-enterprise-wif/gcp-workload-identity-provider/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) == 2 - assert len(resources) == 13 + assert len(resources) == 10