update all imports in test files: fastapi_oidc_op → porchlight
This commit is contained in:
parent
14037117e7
commit
7cb1adbd06
31 changed files with 63 additions and 63 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue