Skip to content

Commit

Permalink
enabler: add environment to test-request
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Alex committed Oct 29, 2021
1 parent ac27fbb commit c192812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/test-request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ curl --location --request POST 'localhost:1323/admin-console' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": {
"title": "customTitle"
"title": "customTitle",
"environment": "production"
},
"url": "customUrl",
"culprit": "customCulprit",
Expand Down

0 comments on commit c192812

Please sign in to comment.