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:
parent
b72cd9db1c
commit
216c7401d7
2 changed files with 27 additions and 21 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue