From 7f8f6520eaac5694101a85c5dfdd987b65fc4569 Mon Sep 17 00:00:00 2001 From: bradsawadye Date: Mon, 5 Feb 2024 14:19:33 +0200 Subject: [PATCH] Fix typo --- test/cucumber/features/cluster-mode/keycloak.cluster.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cucumber/features/cluster-mode/keycloak.cluster.feature b/test/cucumber/features/cluster-mode/keycloak.cluster.feature index 218766a6..c8bc593b 100644 --- a/test/cucumber/features/cluster-mode/keycloak.cluster.feature +++ b/test/cucumber/features/cluster-mode/keycloak.cluster.feature @@ -9,10 +9,10 @@ Feature: Identity Access Manager Keycloak? | pg_backup | postgres_default | postgres_public | And The service "postgres-2" should be started with 1 replica And The service "postgres-2" should be connected to the networks - | pg_backup | poostgres_default | postgres_public | + | pg_backup | postgres_default | postgres_public | And The service "postgres-3" should be started with 1 replica And The service "postgres-3" should be connected to the networks - | pg_backup | poostgres_default | postgres_public | + | pg_backup | postgres_default | postgres_public | And The service "identity-access-manager-keycloak" should be started with 1 replicas And The service "identity-access-manager-keycloak" should be connected to the networks | reverse-proxy_public | keycloak_public | keycloak_default | postgres_public |