fix(browser_tool): fall through to autodetect on config read failure

This commit is contained in:
Wesley Simplicio 2026-05-09 15:18:09 -03:00 committed by Teknium
parent 3170c8d448
commit 48bf0ea249
2 changed files with 12 additions and 7 deletions

View file

@ -10,7 +10,7 @@ All other ``None`` outcomes (no credentials yet, config read error, explicit
provider instantiation failure) leave the cache unset so the next call retries.
"""
import logging
from unittest.mock import Mock, patch
from unittest.mock import Mock
import pytest