Skip to content

Commit

Permalink
chore: remove TODO that has been done (#3683)
Browse files Browse the repository at this point in the history
This TODO is done by #3473.
  • Loading branch information
tisonkun authored Apr 9, 2024
1 parent aab7367 commit 5d73993
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests-integration/tests/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 5d73993

Please sign in to comment.