There was an error while loading. Please reload this page.
1 parent 57bed66 commit edda191Copy full SHA for edda191
1 file changed
src/ns/adapters/outbound/lox24_client.py
@@ -68,7 +68,7 @@ def __init__(self, *, config: Lox24ClientConfig):
68
self._config = config
69
self._response: Response | None = None
70
self._sender_id: str = self._config.lox24_sender_id
71
- self._send_url: URL = URL(str(self._config.lox24_send_url))
+ self._send_url: URL = self._config.lox24_send_url
72
self._headers: dict[str, str] = {
73
self._config.lox24_auth_token_header: self._config.lox24_token.get_secret_value()
74
}
0 commit comments