diff --git a/tests/examples/cloud_operations/unmanaged-instances-healthcheck/test_plan.py b/tests/examples/cloud_operations/unmanaged-instances-healthcheck/test_plan.py index 42ea40fe6..3f6f34994 100644 --- a/tests/examples/cloud_operations/unmanaged-instances-healthcheck/test_plan.py +++ b/tests/examples/cloud_operations/unmanaged-instances-healthcheck/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) == 10 - assert len(resources) == 36 + assert len(resources) == 34