There are still occcurences of `isProductiveEnvironment`

Summary

Not all occurrences have been replaced with isTestEnvironment.

Steps to reproduce

N/A

Which version of the software did you use ?

3f1cf79aa096c97ad58db2b5b909672fa97f0df6

What is the current bug behavior?

app.get('isProductiveEnvironment') does not return anything

What is the expected correct behavior?

app.get('isProductiveEnvironment') should be replaced with app.get('isTestEnvironment')

Relevant logs and/or screenshots

N/A

Possible fixes

Replace all occurrences.