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

@ -1,6 +1,6 @@
from argon2 import PasswordHasher
from fastapi_oidc_op.authn.password import PasswordService
from porchlight.authn.password import PasswordService
def test_hash_returns_argon2_string() -> None:

View file

@ -18,7 +18,7 @@ from fido2.webauthn import (
RegistrationResponse,
)
from fastapi_oidc_op.authn.webauthn import WebAuthnService
from porchlight.authn.webauthn import WebAuthnService
RP_ID = "localhost"
RP_NAME = "Test RP"