Change base port for acceptance tests from 5440 to 5360 (#966)

This commit is contained in:
Michael Banck
2019-02-13 15:59:13 +01:00
committed by Alexander Kukushkin
parent 10bbf0c3c5
commit d01a9bdcd5
+1 -1
View File
@@ -84,7 +84,7 @@ class AbstractController(object):
class PatroniController(AbstractController):
__PORT = 5440
__PORT = 5360
PATRONI_CONFIG = '{}.yml'
""" starts and stops individual patronis"""