chore(format): format to google format
This commit is contained in:
parent
d6e426d1e3
commit
449c81a375
35 changed files with 929 additions and 1138 deletions
39
ilp-cw-api/[POST] queryAvailableDrones/Complex copy copy.bru
Normal file
39
ilp-cw-api/[POST] queryAvailableDrones/Complex copy copy.bru
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
meta {
|
||||
name: Complex copy copy
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{API_BASE}}/calcDeliveryPath
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
[
|
||||
{
|
||||
"id": 123,
|
||||
"date": "2025-12-22",
|
||||
"time": "14:30",
|
||||
"requirements": {
|
||||
"capacity": 0.75,
|
||||
"heating": true,
|
||||
"maxCost": 13.5
|
||||
},
|
||||
"delivery": {
|
||||
"lng": -3.17,
|
||||
"lat": 55.9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue