Skip to content

Commit 94ac602

Browse files
Ron HolshausenRon Holshausen
authored andcommitted
added a testcase with a query containing an equals in the value
1 parent ff7b4f9 commit 94ac602

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"match": true,
3+
"comment": "Queries are equivalent",
4+
"expected" : {
5+
"method": "GET",
6+
"path": "/path",
7+
"query": "options=delete.topic.enable=true&broker=1",
8+
"headers": {}
9+
10+
},
11+
"actual": {
12+
"method": "GET",
13+
"path": "/path",
14+
"query": "options=delete.topic.enable%3Dtrue&broker=1",
15+
"headers": {}
16+
17+
}
18+
}

0 commit comments

Comments
 (0)