Skip to content
Snippets Groups Projects
Commit 762a9d48 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Fix postman collection and environment

parent 3e4d4124
No related branches found
No related tags found
No related merge requests found
Pipeline #7949 passed
......@@ -806,7 +806,7 @@
],
"body": {
"mode": "raw",
"raw": "{\n\"name\": {{USERNAME_INVOKER}}\n}",
"raw": "{\n\"name\": \"{{USERNAME_INVOKER}}\"\n}",
"options": {
"raw": {
"language": "json"
......
......@@ -32,6 +32,12 @@
"type": "default",
"enabled": true
},
{
"key": "USERNAME_INVOKER",
"value": "InvokerONE",
"type": "default",
"enabled": true
},
{
"key": "PASSWORD",
"value": "pass",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment