Commit ee3ae8b
committed
Fix test isolation: Reset excluded_databases after each test
Added 'after' block to clean up configuration state between tests to prevent
test pollution. The excluded_databases configuration was persisting across tests,
causing failures in multi-database tests.1 parent 8c8f0e4 commit ee3ae8b
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
0 commit comments