Improve auth implementation
This commit is contained in:
@@ -11,7 +11,7 @@ from google.cloud.firestore_v1.async_client import AsyncClient
|
||||
|
||||
from va_agent.session import FirestoreSessionService
|
||||
|
||||
os.environ.setdefault("FIRESTORE_EMULATOR_HOST", "localhost:8153")
|
||||
os.environ.setdefault("FIRESTORE_EMULATOR_HOST", "localhost:8602")
|
||||
|
||||
|
||||
@pytest_asyncio.fixture
|
||||
|
||||
Reference in New Issue
Block a user