Skip to content
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

loadtest not passing the body inside payload #20

Open
andresmorago opened this issue May 15, 2023 · 0 comments
Open

loadtest not passing the body inside payload #20

andresmorago opened this issue May 15, 2023 · 0 comments

Comments

@andresmorago
Copy link

andresmorago commented May 15, 2023

trying to run loadtest on a test environment but i dont see the body part arriving to destination.

results <- loadtest(
                    url = "http://fcvai1.free.beeceptor.com/micirugia/tiempos"
                    ,method = "POST"
                    ,headers = c('Content-Type' = 'application/json'
                                 )
                    ,body = list(idatencion = "12345"
                                 ,idtiempo = "1"
                                 ,valtiempo = "2023-01-24 21:53:07.090327"
                                 ,deviceid = "amzn1.ask.device.test.HIC"
                                 )
                    ,encode = "json",
                    ,threads = 1
                    ,loops = 1)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant