test/test.sh: fix typo
diff --git a/test/test.sh b/test/test.sh
index 09c6ad1..48a2804 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -240,7 +240,7 @@
         "py/TestClient.py --proto=binary --port=9090 --host=localhost --genpydir=py/gen-py" \
         "ant -f  ../lib/java/build.xml -Dno-gen-thrift=\"\" testserver" \
         "15" "15"
-do_test "py-java"  "json"   "json-ip" \
+do_test "py-java"  "json"   "buffered-ip" \
         "py/TestClient.py --proto=json --port=9090 --host=localhost --genpydir=py/gen-py" \
         "ant -f  ../lib/java/build.xml -Dno-gen-thrift=\"\" -Dtestargs \"--protocol=json\" testserver" \
         "15" "10"