Properly check if api/*current-user* is bound (#26028)
When I moved tests from using an api to testing function calls more directly, it exposed this faulty superuser check that was expected to be skipped. Both passing in isolation but together they caused the moved tests to fail.
Please register or sign in to comment