Skip to content

Commit 683356c

Browse files
committed
fix: broken script syntax corrected
1 parent 5368957 commit 683356c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to-articles/http-client-intellij-plugin.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ hide:
4242

4343
- please find below sample http script from `src/test/http-client/scripts/`
4444

45-
```http request
45+
```
4646
4747
# Constant values
4848
@usecase = REGISTRATION
@@ -66,7 +66,7 @@ Content-Type: application/vnd.registration+json
6666
{
6767
"name": "My Name",
6868
"emailAddress": "[email protected]",
69-
"payload": "{\"signature\": \"{{hashedEntity}}\"}",
69+
"signature": "{{hashedEntity}}",
7070
}
7171
7272
// this is post javascript block executed after http request executed

0 commit comments

Comments
 (0)