You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
236 B

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)