More APIclient testing

This commit is contained in:
simonwt 2026-04-07 22:38:34 +01:00
parent 590fae1407
commit c646e7ddbc
2 changed files with 17 additions and 5 deletions

View file

@ -31,7 +31,6 @@ class APIClient(BaseModel):
client_id: SecretStr
client_secret: SecretStr
_access_token: str = PrivateAttr(default="")
_access_token_timeout: int = PrivateAttr(default=0)