Case sensitive issue

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Here’s an outline with best practices for making your inquiry.

My question:
Any idea why this is happening?

Details (like screenshots):

How I found the problem:

I’ve already tried:

Resolved with
pm.test(“Response email”, function () {
pm.expect(pm.response.json().email).to.eql(pm.environment.get(“email”).toLowerCase());