Fix tests

This commit is contained in:
Aleksandr Averbukh 2022-10-25 13:20:56 +02:00
parent cadaba8cac
commit a837e4361a
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ def test_resources(e2e_plan_runner):
"Test that plan works and the numbers of resources is as expected." "Test that plan works and the numbers of resources is as expected."
modules, resources = e2e_plan_runner() modules, resources = e2e_plan_runner()
assert len(modules) == 2 assert len(modules) == 2
assert len(resources) == 13 assert len(resources) == 10