mirror of https://gitlab.com/KKlochko/tui-rsync
parent
7094a0d866
commit
2d1870535f
@ -0,0 +1,7 @@
|
||||
from behave import given
|
||||
|
||||
|
||||
@given('I have a backup plan with id="{existing_backup_plan_id}"')
|
||||
def given_existing_backup_plan_id_seed(context, existing_backup_plan_id):
|
||||
context.data_seeds.create_backup_plan(existing_backup_plan_id)
|
||||
|
Loading…
Reference in new issue