diff --git a/test/memory/memory-tests.sh b/test/memory/memory-tests.sh index 5b9a18405..ffb6fd629 100755 --- a/test/memory/memory-tests.sh +++ b/test/memory/memory-tests.sh @@ -108,7 +108,7 @@ jsonKeyTest "1M" "PATCH" "/leak?id=eq.1&columns=blob" "22M" jsonKeyTest "10M" "POST" "/rpc/leak?columns=blob" "32M" jsonKeyTest "10M" "POST" "/leak?columns=blob" "32M" -jsonKeyTest "10M" "PATCH" "/leak?id=eq.1&columns=blob" "32M" +jsonKeyTest "10M" "PATCH" "/leak?id=eq.1&columns=blob" "50M" jsonKeyTest "50M" "POST" "/rpc/leak?columns=blob" "73M" jsonKeyTest "50M" "POST" "/leak?columns=blob" "73M"