Skip to content
Snippets Groups Projects
Commit 523c9934 authored by florian's avatar florian
Browse files

TST: Extend unittest for ssl_insecure

parent 21f4f4b0
No related branches found
No related tags found
2 merge requests!79Release 0.10.0,!77F bool config options
Pipeline #30298 passed
......@@ -111,6 +111,7 @@ def test_configure_connection():
get_config().set("Connection", "password_method", "plain")
get_config().set("Connection", "password", "test_password")
get_config().set("Connection", "timeout", "200")
get_config().set("Connection", "ssl_insecure", "True")
there(configure_connection)
tru(hasattr(configure_connection, "__call__"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment