From c1928123c1185386d0def112fd0aea97c40e16b1 Mon Sep 17 00:00:00 2001 From: ItsAlex Date: Fri, 29 Oct 2021 22:37:21 +0200 Subject: [PATCH] enabler: add environment to test-request --- scripts/test-request.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/test-request.sh b/scripts/test-request.sh index 59b90c6..f5c61a6 100755 --- a/scripts/test-request.sh +++ b/scripts/test-request.sh @@ -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",