Hi!
I'm attempting to test for error conditions in my applications api using jmeter. If I try to access a device that isn't available, my api should return a 401. Well, that's an error code and so Jmeter will flag it as an error. But what if I'm expecting it to return a 401? I'd like to have JMeter report that 401 as a pass, not a failure... is there any way to change what return code is a pass/failure?
