summary refs log tree commit diff
path: root/changelog.d/12346.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant `get_success` calls in test code (#12346)Richard van der Hoff2022-04-011-0/+1
There are a bunch of places we call get_success on an immediate value, which is unnecessary. Let's rip them out, and remove the redundant functionality in get_success and friends.