Getting error even though answer is correct

Getting the below error even though i did correct:

Unexpected exit code 2 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7ff00572a510>, exit_status=2, command=b"grep -qs – ‘Welcome to xFusionCorp Industries!’ /tmp/official/info.txt", _stdout=b’‘, _stderr=b’')

PFA:

We can’t make out anything from this. Could you please share the question or the lab name would help too.

Lab Name is Day 28: Git Cherry Pick., I answered almost 4-5 times which is correct but still it is saying wrong. I have validated my anwer through chatGPT as well. All looks good but throws error. I want to skip that question, please mark it completed.

All files in the git repo are owned by root, so switch to the root user (or use sudo) to avoid permission issues.
Then from the feature branch, cherry-pick the required commit hash and push from master.

Thank you, it works with root…