Skip to content

Commit 8719b66

Browse files
committed
fix: operator 'or' and escape character not working, change the test #6705
1 parent 841d09f commit 8719b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/supabase/test/getList/index.mock.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,7 @@ nock("https://iwdfzvfqbtokqetmbmbp.supabase.co:443", {
20082008
select: "%2A",
20092009
offset: "0",
20102010
limit: "10",
2011-
or: "%28title.ilike.%25Black+Psorotichia%25%2Ccontent.ilike.%25Sed+sagittis%25%29",
2011+
or: "%28title.ilike.%22%25Black+Psorotichia%25%22%2Ccontent.ilike.%22%25Sed+sagittis%25%22%29",
20122012
})
20132013
.reply(
20142014
200,
@@ -2052,7 +2052,7 @@ nock("https://iwdfzvfqbtokqetmbmbp.supabase.co:443", {
20522052
"Access-Control-Allow-Origin",
20532053
"*",
20542054
"Content-Location",
2055-
"/posts?limit=10&offset=0&or=%28title.ilike.%25Black+Psorotichia%25%2Ccontent.ilike.%25Sed+sagittis%25%29&select=%2A",
2055+
"/posts?limit=10&offset=0&or=%28title.ilike.%22%25Black+Psorotichia%25%22%2Ccontent.ilike.%22%25Sed+sagittis%25%22%29&select=%2A",
20562056
"Strict-Transport-Security",
20572057
"max-age=15552000; includeSubDomains",
20582058
"Vary",

0 commit comments

Comments
 (0)