1
0

Use redis for all replication tests.

This commit is contained in:
Patrick Cloke
2022-02-11 14:42:27 -05:00
parent b7d7a1b0a8
commit 9e1dfc68fd
4 changed files with 41 additions and 5 deletions

View File

@@ -549,7 +549,6 @@ class ModuleApiWorkerTestCase(BaseMultiWorkerStreamTestCase):
def default_config(self):
conf = super().default_config()
conf["redis"] = {"enabled": "true"}
conf["stream_writers"] = {"presence": ["presence_writer"]}
conf["instance_map"] = {
"presence_writer": {"host": "testserv", "port": 1001},