Reorder fixture parameters
This commit is contained in:
@@ -14,8 +14,5 @@
|
||||
|
||||
|
||||
def test_simple(generic_plan_validator):
|
||||
generic_plan_validator(
|
||||
inventory_path='simple.yaml',
|
||||
module_path="fast/stages/00-bootstrap",
|
||||
tf_var_files=['simple.tfvars'],
|
||||
)
|
||||
generic_plan_validator("fast/stages/00-bootstrap", 'simple.yaml',
|
||||
['simple.tfvars'])
|
||||
|
||||
Reference in New Issue
Block a user