Fix unit-tests for Windows (#1014)

Closes #1013
This commit is contained in:
Pavlo Golub
2019-04-02 13:58:17 +02:00
committed by Alexander Kukushkin
parent e38fe78b56
commit b53a29c022
9 changed files with 40 additions and 13 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class TestConfig(unittest.TestCase):
'PATRONI_ETCD_KEY': '/key',
'PATRONI_CONSUL_HOST': '127.0.0.1:8500',
'PATRONI_CONSUL_REGISTER_SERVICE': 'on',
'PATRONI_KUBERNETES_LABELS': 'a:b:c',
'PATRONI_KUBERNETES_LABELS': 'a: b: c',
'PATRONI_KUBERNETES_SCOPE_LABEL': 'a',
'PATRONI_KUBERNETES_PORTS': '[{"name": "postgresql"}]',
'PATRONI_ZOOKEEPER_HOSTS': "'host1:2181','host2:2181'",