Commit 17f40ef
committed
fix(test): Catch correct ConnectionError in test_deflate_on_oom
Turns out that `except ConnectionError` catches the `ConnectionError`
from the standard library, while what needs to be caught is the
(different) `ConnectionError` from the `requests` package.
Signed-off-by: Patrick Roy <[email protected]>1 parent a2c0672 commit 17f40ef
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
212 | | - | |
| 213 | + | |
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
| |||
0 commit comments