mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-22 00:56:34 +03:00
tests: fix Distributed with bad cluster name for v1.1.54370
This commit is contained in:
parent
6673841bf9
commit
d0aba55b0c
|
@ -166,8 +166,8 @@ class DistributedTestCase(_EnginesHelperTestCase):
|
||||||
return TestDistributedModel
|
return TestDistributedModel
|
||||||
|
|
||||||
def test_bad_cluster_name(self):
|
def test_bad_cluster_name(self):
|
||||||
d_model = self._create_distributed('cluster_name')
|
|
||||||
with self.assertRaises(ServerError) as cm:
|
with self.assertRaises(ServerError) as cm:
|
||||||
|
d_model = self._create_distributed('cluster_name')
|
||||||
self.database.count(d_model)
|
self.database.count(d_model)
|
||||||
|
|
||||||
exc = cm.exception
|
exc = cm.exception
|
||||||
|
|
Loading…
Reference in New Issue
Block a user