-
-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expectBody not working as expected #457
Comments
I don't understand the question |
@mcollina |
Can you provide steps to reproduce? We often need a reproducible example, e.g. some code that allows someone else to recreate your problem by just copying and pasting it. If it involves more than a couple of different file, create a new repository on GitHub and add a link to that. |
Hi @mcollina |
I still don't understand your problem, so I can't help. If there is a bug, a contribution fix would be awesome. |
@mcollina let me create repo and provide you details like run and steps to reproduce |
Hi @mcollina All instructions are spelled out in readme file for above repo Cheers ! |
Thanks, will take a look when I have a chance. A PR to fix would be highly welcomed. |
Hi @mcollina I am trying to PR for #457
unit test code for evaluating is in progress the issue is below
and I had created reproduction file in samples folder file name the main problem there is also i cannot send json object from mock httpserver |
Hi @mcollina Just as an FYR
|
Hi @mcollina there is deeper problem wherein
further investigation points to below |
Hi @mcollina
my version "autocannon": "^7.9.0",
my codebase
let customResponse= customResponse
The response which i am getting from api response is below
API Response
and when I compare it http://www.jsondiff.com/ it was identical
Problem statement
when i run the above i am getting mismatched results which should not happen if both the customResponse and API Response are identical
Any pointers on how to tackle this issue
The text was updated successfully, but these errors were encountered: