Strings sent through Web API's gets wrapped in quotes

current response
88lTNxAqwvpWYpKEk9AagS87ko1dNxblhZUGB/sC1lKnM3SEXqRRmfRF86Ijc3s8D+yUs5kZziKZkoFsdFE5+b45AiI5jqdHMgv8UfgHsQzoWgQHEWYEWHXPGH8K5ETTOdBntUiDEtC/xx9EpKNIXWSyji/XiM/8cFpLu7bPEAE=

we use retune type IActionResult
Response should be like
Expected response “88lTNxAqwvpWYpKEk9AagS87ko1dNxblhZUGB/sC1lKnM3SEXqRRmfRF86Ijc3s8D+yUs5kZziKZkoFsdFE5+b45AiI5jqdHMgv8UfgHsQzoWgQHEWYEWHXPGH8K5ETTOdBntUiDEtC/xx9EpKNIXWSyji/XiM/8cFpLu7bPEAE=”

What’s your question?

Is it that one is a string and the other is not?

You probably need to change the actual result using toString() so that you are comparing like for like.