From: Andy Allan Date: Sun, 16 Feb 2025 16:02:01 +0000 (+0000) Subject: Remove some unnecessary calls to clear the mail queue X-Git-Tag: live~600^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/31805df53f8ea4a324485724175a4a21403a51bc?hp=31805df53f8ea4a324485724175a4a21403a51bc Remove some unnecessary calls to clear the mail queue These were not needed at the end of most tests for quite some time, since rails clears them by default for controller and integration tests, and also no longer required in system tests after #5691 ---