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
+1 -1
View File
@@ -3,7 +3,7 @@ Feature: Read a backup plan by an id
@fixture.injector
@fixture.in_memory_database
@fixture.seeds
Scenario Outline: Deleting a backup plan with the CLI
Scenario Outline: Read a backup plan with the CLI
Given I have a backup plan with id="<existing_backup_plan_id>"
When I read the backup plan with id="<backup_plan_id>"
Then the result should be "<result>"