fix the error caused by url encoding

This commit is contained in:
Jason Lee
2024-02-27 18:37:32 +08:00
parent 0edbcf404d
commit 2c08a02206
3 changed files with 10 additions and 6 deletions

View File

@@ -62,8 +62,8 @@
"type": "rule",
"rules":{
"expected": {
"locationName": "Zurich Airport",
"dropLocationName": "Zurich Airport",
"locationName": "Zürich",
"dropLocationName": "Zürich",
"filterCriteria_carCategory": "large",
"filterCriteria_sortBy": "PRICE"
}