Commit a7f3bae
fix(tests): replace get_event_loop() with async def in test_stripe_no_key
pytest-asyncio 1.4.0 closes the event loop between tests — sync tests
calling asyncio.get_event_loop() now raise RuntimeError. Convert to
async def + await, consistent with surrounding tests.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 676db20 commit a7f3bae
1 file changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
114 | 115 | | |
115 | | - | |
116 | | - | |
117 | 116 | | |
118 | | - | |
119 | | - | |
120 | | - | |
| 117 | + | |
0 commit comments