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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user