chore: fixed bru-lang tests

This commit is contained in:
Anoop M D 2024-02-06 03:04:59 +05:30
parent a904672555
commit 7c6a043188
3 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@usebruno/lang",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",
"main": "src/index.js",
"files": [

View File

@ -71,7 +71,7 @@ body:sparql {
body:form-urlencoded {
apikey: secret
numbers: %2B91998877665
numbers: +91998877665
~message: hello
}

View File

@ -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"
}
]
},