Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Extended test for url encode handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Aug 15, 2021
1 parent 6cea2df commit 5432789
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/int/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default function() {
postman[Request]({
name: "Test Request 1",
method: "GET",
address: "http://1.example.com/?search=kittens",
address: "http://1.example.com/?search=kittens&postId={{postId}}",
headers: {
Session: "abc123"
},
Expand Down
8 changes: 6 additions & 2 deletions test/material/2.1/format-v2.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,15 @@
{
"key": "search",
"value": "kittens"
}
},
{
"key": "postId",
"value": "{{postId}}"
}
]
}
},
"response": []
}
]
}
}

0 comments on commit 5432789

Please sign in to comment.