synapse/changelog.d/12346.misc
Richard van der Hoff 33ebee47e4
Remove redundant get_success calls in test code (#12346)
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.
2022-04-01 16:10:31 +01:00

2 lines
51 B
Plaintext

Remove redundant `get_success` calls in test code.