Skip to content

Commit

Permalink
cutover to utils.client.py, pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Oct 1, 2024
1 parent d22439e commit ae68868
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from openai import OpenAI
import pytest

from leapfrogai.tests.utils.client import leapfrogai_client, get_leapfrogai_model
from tests.utils.client import leapfrogai_client, get_leapfrogai_model


@pytest.fixture(scope="module")
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pytest as pytest
import requests

from .utils import create_test_user
from tests.utils.client import create_test_user

logger = logging.getLogger(__name__)
test_id = str(uuid.uuid4())
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test_supabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from leapfrogai_api.data.crud_vector_store_file import CRUDVectorStoreFile

from .utils import ANON_KEY, create_test_user, SERVICE_KEY
from tests.client.utils import ANON_KEY, create_test_user, SERVICE_KEY
from openai.types import FileObject

health_urls = {
Expand Down

0 comments on commit ae68868

Please sign in to comment.