aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2022-01-26 19:59:38 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2022-01-26 19:59:38 +0300
commita2781be79df861335a84ec580d6443777900df9f (patch)
tree123e7c68209cf261732913c8e9b63e5b0eefb115 /test
parent7261b609164ff9acd5403afc6a5272f7eb927e04 (diff)
Remove legacy lib_path parameter
Diffstat (limited to 'test')
-rw-r--r--test/bad_config.yml1
-rw-r--r--test/good_config.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/bad_config.yml b/test/bad_config.yml
index 83dbdf1..094faf4 100644
--- a/test/bad_config.yml
+++ b/test/bad_config.yml
@@ -6,7 +6,6 @@
:upload: 'https:///xmppfiles.localhost' # xmpp http upload address
:tdlib_verbosity: 1
:tdlib:
- :lib_path: 'lib/'
:client:
:api_id: '17349'
:api_hash: '344583e45741c457fe1862106095a5eb'
diff --git a/test/good_config.yml b/test/good_config.yml
index a60bb4b..ac68438 100644
--- a/test/good_config.yml
+++ b/test/good_config.yml
@@ -6,7 +6,6 @@
:upload: '' # xmpp http upload address
:tdlib_verbosity: 1
:tdlib:
- :lib_path: 'lib/'
:client:
:api_id: '17349'
:api_hash: '344583e45741c457fe1862106095a5eb'