Fix test, for real? :-)

This commit is contained in:
Lorenzo Caggioni 2022-02-02 16:55:19 +01:00
parent e51722d615
commit b2cb55a58f
1 changed files with 1 additions and 1 deletions

View File

@ -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) == 40
assert len(resources) == 281
assert len(resources) == 286