[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1c0daf826c
commit
1fb90da743
@ -25,10 +25,7 @@ scenario{scenario_number}:
|
||||
|
||||
# Define all possible combinations of config values.
|
||||
# This must define all config values that are used in the template.
|
||||
config_values = dict(
|
||||
config_value=["true", "false"],
|
||||
config_value2=[1, 2, 3, 4]
|
||||
)
|
||||
config_values = dict(config_value=["true", "false"], config_value2=[1, 2, 3, 4])
|
||||
|
||||
combinations = [
|
||||
dict(zip(config_values.keys(), values))
|
||||
|
Loading…
Reference in New Issue
Block a user