Update the tests names.

This commit is contained in:
2025-01-29 21:34:05 +02:00
parent 1ec7c6464a
commit e0f8ec9db5
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ Feature: Update a backup plan with the CLI
@fixture.injector
@fixture.in_memory_database
@fixture.cli
Scenario Outline: Response of replace non-existing backup plans with the CLI
Scenario Outline: Response of replacing non-existing backup plans with the CLI
Given the CLI arguments are "<arguments>"
When I run the CLI
Then the CLI executed with "<result>"
@@ -32,7 +32,7 @@ Feature: Update a backup plan with the CLI
@fixture.in_memory_database
@fixture.seeds
@fixture.cli
Scenario Outline: Response of replace an existing backup plans with the CLI
Scenario Outline: Response of replacing an existing backup plans with the CLI
Given the CLI arguments are "<arguments>"
And I have a backup plan with id="<existing_backup_plan_id>"
When I run the CLI