Skip to content

validate ssl option #2646

validate ssl option

validate ssl option #2646

Re-run triggered March 19, 2025 22:39
Status Failure
Total duration 2m 41s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Run tests
Process completed with exit code 1.
Run tests: tests/test_config_flow.py#L99
test_user_success_with_auth AssertionError: assert {'password': ...te_ssl': True} == {'password': ...ret_username'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'validate_ssl': True} Full diff: { 'password': 'secret_password', 'url': 'http://example.com', 'username': 'secret_username', + 'validate_ssl': True, }
Run tests: tests/test_config_flow.py#L61
test_user_success AssertionError: assert {'password': ...te_ssl': True} == {'password': ...username': ''} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'validate_ssl': True} Full diff: { 'password': '', 'url': 'http://example.com', 'username': '', + 'validate_ssl': True, }
Pre-commit
Process completed with exit code 1.
Hassfest
[CONFIG_SCHEMA] Integrations which implement 'async_setup' or 'setup' must define either 'CONFIG_SCHEMA', 'PLATFORM_SCHEMA' or 'PLATFORM_SCHEMA_BASE'. If the integration has no configuration parameters, can only be set up from platforms or can only be set up from config entries, one of the helpers cv.empty_config_schema, cv.platform_only_config_schema or cv.config_entry_only_config_schema can be used.