You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add loop_scope="session" to integration tests to fix AsyncMongoClient event loop error
Add loop_scope="session" to all test decorators in test_trigger_deduplication.py
to ensure tests run in the same event loop as the session-scoped app_started
fixture. This fixes "Cannot use AsyncMongoClient in different event loop" errors.
Signed-off-by: Sparsh <sparsh.raj30@gmail.com>
0 commit comments