From 372a9a80cfdbf6b68fb9dee4750bfec4fdfc80a5 Mon Sep 17 00:00:00 2001
From: Aliksstart <Aliksstart@mail.ru>
Date: Sun, 30 Jun 2019 21:33:58 +0700
Subject: [PATCH] Removed mention of libdap in the list of initialized
 components, since it is already initialized

---
 test/main_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/main_test.py b/test/main_test.py
index 23f87b6..e67abf8 100644
--- a/test/main_test.py
+++ b/test/main_test.py
@@ -18,7 +18,7 @@ create_config_file(app_name)
 
 
 json_string = """{
-    "modules": "libdap",
+    "modules": "",
     "dap": {
        "config_dir": \""""+os.getcwd()+"""\",
        "log_level": \""""+libdapConnector.LogLevel.L_DEBUG.name+"""\",
-- 
GitLab