chore: fix unit tests

PiperOrigin-RevId: 764107186
This commit is contained in:
Xiang (Sean) Zhou
2025-05-27 23:06:46 -07:00
committed by Copybara-Service
parent a66f12273c
commit d40df2edf2
3 changed files with 62 additions and 53 deletions

View File

@@ -315,7 +315,9 @@ async def test_append_event_complete(service_type):
@pytest.mark.asyncio
@pytest.mark.parametrize('service_type', [SessionServiceType.IN_MEMORY, SessionServiceType.DATABASE])
@pytest.mark.parametrize(
'service_type', [SessionServiceType.IN_MEMORY, SessionServiceType.DATABASE]
)
async def test_get_session_with_config(service_type):
session_service = get_session_service(service_type)
app_name = 'my_app'