Fix HTML encodings Appsmith decoded

patch-1
sullo 2022-06-28 11:33:21 -04:00
parent ceb455e952
commit ebdc89543c
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ requests:
- type: word
part: body
words:
- "<title>400 - Bad Request</title>"
- "&lt;title&gt;400 - Bad Request&lt;/title&gt;"
# Enhanced by mp on 2022/06/27