mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
chore: fixed bru-lang tests
This commit is contained in:
parent
a904672555
commit
7c6a043188
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@usebruno/lang",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
"files": [
|
||||
|
@ -71,7 +71,7 @@ body:sparql {
|
||||
|
||||
body:form-urlencoded {
|
||||
apikey: secret
|
||||
numbers: %2B91998877665
|
||||
numbers: +91998877665
|
||||
~message: hello
|
||||
}
|
||||
|
||||
|
@ -95,17 +95,20 @@
|
||||
{
|
||||
"name": "apikey",
|
||||
"value": "secret",
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"name": "numbers",
|
||||
"value": "+91998877665",
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"name": "message",
|
||||
"value": "hello",
|
||||
"enabled": false
|
||||
"enabled": false,
|
||||
"type": "text"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user