Technical specifics
What: There is currently possibly unnecessary lambda expressions in test_health.py, line 58 & 69
Why: The recent ruff update flagged that these might be an issue, however on quick removal as per ruff suggestion, more than one test broke
Who (will benefit) : the users of run detection, as according to ruff this will make the code more efficient
How (are we doing this now): we use lambda
Technical caveats: removing these expressions might cause annoying refactoring of tests