we currently treats it as custom Payload and print a warning message saying context injection will be skipped, which is wrong. This PR fixes it to print a message saying context injection is already set up.
How?
A brief description of implementation details of this PR.
Review checklist
[x] Feature or bugfix MUST have appropriate tests (unit, integration)
… up (case 4.2)
What and why?
If context injection is already set up using
we currently treats it as custom
Payload
and print a warning message saying context injection will be skipped, which is wrong. This PR fixes it to print a message saying context injection is already set up.How?
A brief description of implementation details of this PR.
Review checklist