Skip to content

Commit 1437455

Browse files
committed
fixed CLT test for the new reply format
1 parent 29a167d commit 1437455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/clt-tests/bugs/3481-http-update-distributed-table-wrong-cluster-crash.rec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ curl -s -X POST http://localhost:9312/update -d '{"cluster": "unknown_cluster",
3838
––– input –––
3939
sleep 2; cat /var/log/manticore/searchd.log | grep 'response data' | head -n 1 | awk -F 'response data: ' '{print $2}'
4040
––– output –––
41-
{"version":3,"type":"json response","message":{"error":{"type":"action_request_validation_exception","reason":"table t: table 't' is not in any cluster, use just 't'","table":"t"},"status":409},"meta":null,"error_code":0}
41+
{"version":3,"type":"json response","message":{"error":"table t: table 't' is not in any cluster, use just 't'"},"meta":null,"error_code":0}

0 commit comments

Comments
 (0)