From 7c6f857fee426fd54c5162acdc549f7f74d831d8 Mon Sep 17 00:00:00 2001 From: Oscar Barrios Date: Wed, 25 Oct 2023 14:55:37 +0200 Subject: [PATCH] Update testsuite/features/secondary/srv_restart_postgres.feature Co-authored-by: Dominik Gedon --- testsuite/features/secondary/srv_restart_postgres.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/features/secondary/srv_restart_postgres.feature b/testsuite/features/secondary/srv_restart_postgres.feature index 3a2e41383dc0..bbdd8b701ec7 100644 --- a/testsuite/features/secondary/srv_restart_postgres.feature +++ b/testsuite/features/secondary/srv_restart_postgres.feature @@ -3,7 +3,7 @@ Feature: Restart the PostgreSQL service - Scenario: Restart the Postgres database service + Scenario: Restart the PostgreSQL database service Given I am authorized for the "Admin" section When I restart "postgresql.service" service on "server" And I wait until "postgresql" service is active on "server"