fix: update test imports from auth to auth_service
This commit is contained in:
@@ -4,7 +4,7 @@ Integration tests for authentication flow.
|
||||
import pytest
|
||||
import pyotp
|
||||
from fastapi import status
|
||||
from auth import get_password_hash, save_totp_secret, save_password_hash
|
||||
from auth_service import get_password_hash, save_totp_secret, save_password_hash
|
||||
|
||||
|
||||
class TestLoginFlow:
|
||||
|
||||
Reference in New Issue
Block a user