ilpcw/ilp-cw-api/CW1 Feedback API/[Sematic Error] distanceTo.bru

24 lines
348 B
Text

meta {
name: [Sematic Error] distanceTo
type: http
seq: 1
}
post {
url: {{API_BASE}}/distanceTo
body: json
auth: inherit
}
body:json {
{ "position1": { "lng": -300.192473, "lat": 550.946233 }, "position2": { "lng": -3202.192473, "lat": 5533.942617 } }
}
assert {
res.status: eq 400
}
settings {
encodeUrl: true
timeout: 0
}