Commit e0ee749
committed
[tests] Avoid Celery logging interference in connection tests
The connection task test patched all Logger.info calls, so Celery's
eager task success log could become the final mocked call and fail the
assertion when the test was reused by extended apps.
Patch only the connection task logger to keep the assertion focused on
the application log emitted by update_config.1 parent 977b7b6 commit e0ee749
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments