Fix integration tests to use lazy client injection and remove unused PropertyMock import

Co-authored-by: Kenearos <86194771+Kenearos@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-27 17:54:51 +00:00
parent b72cd9db1c
commit 216c7401d7
2 changed files with 27 additions and 21 deletions

View file

@ -3,7 +3,7 @@ Tests for PerplexityProvider AI API class
"""
import pytest
import httpx
from unittest.mock import AsyncMock, Mock, patch, PropertyMock
from unittest.mock import AsyncMock, Mock, patch
from ai_provider import PerplexityProvider