Skip to content

Commit f64ab54

Browse files
committed
corrected newman script and added baseurl back into environment exports
1 parent ac7a5b7 commit f64ab54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PostmandDelivers Local.postman_environment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"values": [
55
{
66
"key": "baseurl",
7-
"value": "",
7+
"value": "http://localhost:8082/api",
88
"enabled": true
99
},
1010
{

PostmandDelivers Prod.postman_environment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"values": [
55
{
66
"key": "baseurl",
7-
"value": "http://localhost:5003/api",
7+
"value": "http://localhost:8083/api",
88
"enabled": true
99
},
1010
{

newman_script.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
newman run "X Wins With Tests.postman_collection.json" -e "PostmandDelivers HTTPS.postman_environment.json" --insecure
1+
newman run "X Wins With Tests.postman_collection.json" -e "PostmandDelivers Local.postman_environment.json" --insecure

0 commit comments

Comments
 (0)