We are running CATS 13.4.1 and would like to override the expected response code for the Accept-Language header fuzzer on one endpoint.
Is the following fuzzConfig.properties entry valid?
AcceptLanguageHeaders./api/v3/cancellations-batch/POST.expectedResponseCodes=207
If not, what is the correct property key?
(The goal is to let the fuzzer return HTTP 207 instead of the default expected code for that operation.)
We are running CATS 13.4.1 and would like to override the expected response code for the Accept-Language header fuzzer on one endpoint.
Is the following fuzzConfig.properties entry valid?
AcceptLanguageHeaders./api/v3/cancellations-batch/POST.expectedResponseCodes=207
If not, what is the correct property key?
(The goal is to let the fuzzer return HTTP 207 instead of the default expected code for that operation.)