fix: allow using special characters in json keys (#3081)

* increase memory size test
This commit is contained in:
Laurence Isla
2023-12-06 17:28:51 -05:00
committed by GitHub
parent 72083361bc
commit d49e3d7132
5 changed files with 53 additions and 3 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ postJsonArrayTest(){
echo "Running memory usage tests.."
jsonKeyTest "1M" "POST" "/rpc/leak?columns=blob" "24M"
jsonKeyTest "1M" "POST" "/rpc/leak?columns=blob" "26M"
jsonKeyTest "1M" "POST" "/leak?columns=blob" "16M"
jsonKeyTest "1M" "PATCH" "/leak?id=eq.1&columns=blob" "16M"