Closed tkdrob closed 2 years ago
Assertions are conventionally not seen in runtime (usually in unit tests) This PR changes paginate to False whenever full_body is True.
paginate
False
full_body
True
asserts are fine
This PR is being closed as stale
Pull request summary
Assertions are conventionally not seen in runtime (usually in unit tests) This PR changes
paginate
toFalse
wheneverfull_body
isTrue
.Checklist