Commit 77fb9d2
committed
Update unit test for new pygithub API
A change to the API caused the test to fail:
```
> mocker.patch.object(Github, "get_repo", side_effect=github.UnknownObjectException(status=42, data="foo"))
E TypeError: __init__() missing 1 required positional argument: 'headers'
```1 parent 292aa32 commit 77fb9d2
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
356 | 358 | | |
357 | 359 | | |
358 | 360 | | |
| |||
0 commit comments