For #148 (closed). The value of config["ssl_insecure"]
is interpreted as Boolean, but was expected to be str when raising the No-SSL-Verification warning.
Extended unit test and correctly ask in if clause.
Unttest; also check py adding ssl_insecure = True
and ssl_insecure=False
to your pycaosdb.ini and verify that the warning is thrown correctly.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.