From 9b4c5d8cfdc2f3bb6b35a25625f95bd473f09449 Mon Sep 17 00:00:00 2001 From: ILYA Khlopotov Date: Fri, 15 Mar 2019 18:14:48 +0000 Subject: [PATCH] Start couch_log in tests --- test/ioq_config_tests.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ioq_config_tests.erl b/test/ioq_config_tests.erl index 2a5ccc3..a7fd491 100644 --- a/test/ioq_config_tests.erl +++ b/test/ioq_config_tests.erl @@ -35,7 +35,7 @@ config_update_test_() -> "Test config updates", { foreach, - fun() -> test_util:start_applications([config, ioq]) end, + fun() -> test_util:start_applications([config, couch_log, ioq]) end, fun test_util:stop_applications/1, [ fun t_restart_config_listener/1,