fix: add missing provider attrs to cli_obj test fixture

_show_status() now references self.provider and self._provider_source,
added after the original PR was submitted.
This commit is contained in:
Teknium
2026-04-01 01:06:21 -07:00
committed by Teknium
parent 9b99ea176e
commit efa327a998

View File

@@ -32,6 +32,8 @@ def cli_obj(_isolate):
obj.session_id = None
obj.api_key = "test"
obj.base_url = ""
obj.provider = "test"
obj._provider_source = None
# Mock agent with context compressor
obj.agent = SimpleNamespace(
context_compressor=SimpleNamespace(context_length=None)