From d01a9bdcd5dfe3d129ebbd3747fb39f55c54e060 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Wed, 13 Feb 2019 15:59:13 +0100 Subject: [PATCH] Change base port for acceptance tests from 5440 to 5360 (#966) --- features/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/environment.py b/features/environment.py index a6b2759d..dc74dd8a 100644 --- a/features/environment.py +++ b/features/environment.py @@ -84,7 +84,7 @@ class AbstractController(object): class PatroniController(AbstractController): - __PORT = 5440 + __PORT = 5360 PATRONI_CONFIG = '{}.yml' """ starts and stops individual patronis"""