Skip to content

Commit

Permalink
updated deprecated protocol name
Browse files Browse the repository at this point in the history
  • Loading branch information
princechaddha committed Sep 15, 2023
1 parent 7a07d08 commit 7d5c2c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public static void main(String[] args) throws Exception {
" author: forgedhallpass\n" +
" name: Template Name\n" +
" severity: info\n" +
"requests:\n" +
"http:\n" +
" - raw:\n" +
" - |\n" +
" GET / HTTP/1.1\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void testTemplateNormalization() {
" name: Template Name\n" +
" author: istvan\n" +
" severity: info\n" +
"requests:\n" +
"http:\n" +
"- raw:\n" +
" - |+\n" +
" GET / HTTP/1.1\n" +
Expand All @@ -58,7 +58,7 @@ void testTemplateNormalization() {
" author: istvan\n" +
" severity: info\n" +
"\n" +
"requests:\n" +
"http:\n" +
"- raw:\n" +
" - |+\n" +
" GET / HTTP/1.1\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void testSimpleYaml() {
" reference:\n" +
" - https://\n" +
" tags: tags\n" +
"requests:\n" +
"http:\n" +
" - raw:\n" +
" - |-\n" +
" GET / HTTP/1.1\n" +
Expand Down Expand Up @@ -79,7 +79,7 @@ void testExtensiveYamlGeneration() {
" reference:\n" +
" - https://\n" +
" tags: tags\n" +
"requests:\n" +
"http:\n" +
" - raw:\n" +
" - |-\n" +
" GET / HTTP/1.1\n" +
Expand Down Expand Up @@ -123,7 +123,7 @@ void testDeserializeYaml() {
" - https://\n" +
" tags: tags\n" +
"\n" +
"requests:\n" +
"http:\n" +
" - raw:\n" +
" - |-\n" +
" GET / HTTP/1.1\n" +
Expand Down

0 comments on commit 7d5c2c2

Please sign in to comment.