Optum / mockiato

A web-based platform for API virtualization
Apache License 2.0
24 stars 9 forks source link

Duplicate validation check is not working when we are removing request header in the first rr pair #463

Closed pkotha5 closed 5 years ago

pkotha5 commented 5 years ago

1.Create RR pair("test" as request payload) for the "POST" method 2.Create RR Pair("test" as request payload) 3.Try to select "content-base" using mouse, type text/xml in the second request header for the second rr pair 4.Content-base is not displaying in the request header and remove text/xml and click on "publish"

Actual Result : duplicate validation check is not displaying

Pradeep298 commented 5 years ago

Fixed this. Now you will see duplicate request error in this case. Please retest.