File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ describe(helper.toSuiteName(__filename), () => {
103103 page : 1 ,
104104 per_page : 10 ,
105105 show : "all" ,
106- search_query : "TST15 "
106+ search_query : "TST 15 "
107107 } ;
108108
109109 it ( "should call route4me with options" , ( done ) => {
@@ -118,7 +118,7 @@ describe(helper.toSuiteName(__filename), () => {
118118 "page" : "1" ,
119119 "per_page" : "10" ,
120120 "show" : "all" ,
121- "search_query" : "TST15 "
121+ "search_query" : "TST%2015 "
122122 } ,
123123 null
124124 )
@@ -731,7 +731,7 @@ describe(helper.toSuiteName(__filename), () => {
731731 mergePagesParam : true ,
732732 page : 1 ,
733733 per_page : 10 ,
734- search_query : "TST15 "
734+ search_query : "TST 15 "
735735 } ;
736736
737737 it ( "should call route4me with options" , ( done ) => {
@@ -746,7 +746,7 @@ describe(helper.toSuiteName(__filename), () => {
746746 "mergePagesParam" : "true" ,
747747 "page" : "1" ,
748748 "per_page" : "10" ,
749- "search_query" : "TST15 "
749+ "search_query" : "TST%2015 "
750750 } ,
751751 null
752752 )
You can’t perform that action at this time.
0 commit comments