Add tests to check responses for showing and deleting a backup plan.

This commit is contained in:
2025-01-31 14:42:03 +02:00
parent 7ef5b9975c
commit 62ff10dec4
3 changed files with 33 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ def then_cli_output_contains(context, string):
print(f"Got: {context.cli_result.stdout}")
assert not (string in context.cli_result.stdout)
@then('the CLI contains the error: "{string}"')
def then_cli_output_contains_error(context, string):
print(f"Got: {context.cli_result.stdout}")