chore: remove TODO that has been done (#3683)

This TODO is done by https://github.com/GreptimeTeam/greptimedb/pull/3473.
This commit is contained in:
tison
2024-04-10 06:55:55 +08:00
committed by GitHub
parent aab7367804
commit 5d739932c0

View File

@@ -260,7 +260,6 @@ pub async fn test_sql_api(store_type: StorageType) {
assert_eq!(res.status(), StatusCode::BAD_REQUEST);
let body = serde_json::from_str::<ErrorResponse>(&res.text().await).unwrap();
// TODO(shuiyisong): fix this when return source err msg to client side
assert!(body.error().contains("Table not found"));
assert_eq!(body.code(), ErrorCode::PlanQuery as u32);