Authentication data from the test case are being ignored in the test scenario run.
Artur L
I’ve noticed that if I have different authentication data in the test case, it gets ignored in test scenario run. The token is taken from the endpoint instead of the test case. However, when I run the same test case outside of the test scenario (debug it > send), the token is applied correctly.
Artur L
I’ve noticed that the problem occurs when the endpoint has auth set to inherit and the test case has custom. In that case, the auth from the test case is ignored in the test scenario. Could you please confirm?
Artur L
Hey, the problem only occurs in the test scenario where we have multiple API calls. A single call works correctly.
Jenny
When I import the API test cases into the test scenario and run them, I'm still unable to consistently reproduce the issue you're experiencing. If possible, could you please share your version number and provide screenshots of your operation steps?
Artur L
Jenny, I’ve noticed that the problem occurs when the endpoint has auth set to
inherit
and the test case has custom
. In that case, the auth from the test case is ignored in the test scenario. Could you please confirm?Jenny
Thanks for the feedback—I've double-checked it locally.
The endpoint and the test case were configured with different auth values, and the request went out with whatever was actually set.
If my repro steps are off, just drop me a screenshot and I’ll happily dig in.