[Coldbox 5.4.1][Lucee 5.2.9] TESTBOX Integration test error "Client scope is not enabled"

I am migrating my code from ColdBox 5.3.0 +837 to ColdBox 5.4.1 +945. Integration test errors appear now that were not shown in the previous Coldbox version. Attached is a printout of the integration tests in error.
How to enable the client scope, then? This was not needed before and the test passed.

Any suggestion welcome.

Problem solved… I simply had to add “this.clientManagement=true;” in tests/Application.cfc to make the tests pass. Very easy to forget when migrating the code from one version to another.