From d229fd5c6dac9ddcc5e0ed47c0642e596b0dd1b9 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Tue, 16 Feb 2021 13:34:20 +0100 Subject: [PATCH] Fix tests --- tests/networking/filtering_proxy/test_plan.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/networking/filtering_proxy/test_plan.py b/tests/networking/filtering_proxy/test_plan.py index 7c92c4c0..39e3d051 100644 --- a/tests/networking/filtering_proxy/test_plan.py +++ b/tests/networking/filtering_proxy/test_plan.py @@ -23,9 +23,9 @@ FIXTURES_DIR = os.path.join(os.path.dirname(__file__), "fixture") 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) == 10 - assert len(resources) == 26 + assert len(modules) == 11 + assert len(resources) == 29 modules, resources = e2e_plan_runner(FIXTURES_DIR, mig="true") - assert len(modules) == 12 - assert len(resources) == 32 + assert len(modules) == 13 + assert len(resources) == 35