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
+3 -3
View File
@@ -18,7 +18,7 @@ Feature: Deleting a backup plan with the CLI
@fixture.injector
@fixture.in_memory_database
@fixture.cli
Scenario Outline: Delete non-existing backup plan with the CLI
Scenario Outline: Response of deleting non-existing backup plan with the CLI
Given the CLI arguments are "<arguments>"
When I run the CLI
Then the CLI executed with "<result>"
@@ -31,7 +31,7 @@ Feature: Deleting a backup plan with the CLI
@fixture.injector
@fixture.in_memory_database
@fixture.cli
Scenario Outline: Delete no backup plans with the CLI
Scenario Outline: Response of deleting no backup plans with the CLI
Given the CLI arguments are "<arguments>"
When I run the CLI
Then the CLI executed with "<result>"
@@ -45,7 +45,7 @@ Feature: Deleting a backup plan with the CLI
@fixture.in_memory_database
@fixture.seeds
@fixture.cli
Scenario Outline: Delete all backup plans with the CLI
Scenario Outline: Response of deleting all backup plans with the CLI
Given the CLI arguments are "<arguments>"
When I run the CLI
Then the CLI executed with "<result>"