Skip to content

Commit

Permalink
fixed a few broken tests from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmealey committed Jul 9, 2023
1 parent bcf64fd commit 3c729bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -2026,8 +2026,7 @@
"parts": {
"scheme": "http",
"host": "example.com",
"path": "/",
"query": "q=mr%00sm%00ith"
"path": "/"
},
"params": [
{
Expand Down Expand Up @@ -2055,8 +2054,7 @@
"parts": {
"scheme": "http",
"host": "example.com",
"path": "/",
"query": "q=mr%00%00%00smith"
"path": "/"
},
"params": [
{
Expand Down

0 comments on commit 3c729bf

Please sign in to comment.