Fix tests

This commit is contained in:
lcaggio 2022-11-24 15:50:26 +01:00
parent 6b01b8641c
commit b1430232b8
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,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) == 7
assert len(resources) == 35
assert len(resources) == 37