Skip to content

Commit

Permalink
IMprove airbyte tests to also cover full integration of services. (#3…
Browse files Browse the repository at this point in the history
…2718)

GitOrigin-RevId: fe3f6558528a44d4a14efd3dffc27c710a050d5c
  • Loading branch information
nipunn1313 authored and Convex, Inc. committed Jan 3, 2025
1 parent b47e9ff commit e185740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/common/src/http/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ impl HttpError {
}

pub async fn error_message_from_bytes(
bytes: &hyper::body::Bytes,
bytes: &[u8],
) -> anyhow::Result<(Cow<'static, str>, Cow<'static, str>)> {
let ResponseErrorMessage { code, message } =
serde_json::from_slice(bytes).context(format!(
Expand Down

0 comments on commit e185740

Please sign in to comment.