mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
`isTesting` is a function, so `if(isTesting)` was only checking for the presence of the function. We need to actually evaluate it. Followup to 68a032a734