-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels
