Fix test.
This commit is contained in:
@@ -15,5 +15,5 @@
|
|||||||
def test_resources(e2e_plan_runner):
|
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) == 5
|
assert len(modules) == 4
|
||||||
assert len(resources) == 29
|
assert len(resources) == 25
|
||||||
|
|||||||
Reference in New Issue
Block a user