Commit 9e572b2
committed
fix: pass verify_ssl to direct-Supervisor httpx client
Per Gemini review on PR homeassistant-ai#1126: mirrors the verify=self.verify_ssl
pattern from rest_client.py:125 (class-level httpx_client). The
http://supervisor URL is plain HTTP and TLS-irrelevant in practice,
but the parameter keeps the constructor consistent with the
established HomeAssistantClient shape.
mock_client fixture extended with verify_ssl = True so the existing
Supervisor-direct tests exercise the new attribute access path.1 parent 93549d1 commit 9e572b2
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
| 488 | + | |
488 | 489 | | |
489 | 490 | | |
490 | 491 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments