update all imports in test files: fastapi_oidc_op → porchlight

This commit is contained in:
Johan Lundberg 2026-02-16 15:34:53 +01:00
parent 14037117e7
commit 7cb1adbd06
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1
31 changed files with 63 additions and 63 deletions

View file

@ -16,7 +16,7 @@ async def test_app_has_title(client: AsyncClient) -> None:
async def test_app_has_repos_on_state(client: AsyncClient) -> None:
from fastapi_oidc_op.store.protocols import (
from porchlight.store.protocols import (
CredentialRepository,
MagicLinkRepository,
UserRepository,
@ -31,7 +31,7 @@ async def test_app_has_repos_on_state(client: AsyncClient) -> None:
async def test_dependency_functions() -> None:
from unittest.mock import MagicMock
from fastapi_oidc_op.dependencies import (
from porchlight.dependencies import (
get_credential_repo,
get_magic_link_repo,
get_user_repo,