Skip to content

Commit

Permalink
Update api_error.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvlach committed Mar 25, 2024
1 parent 19967be commit a150da0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions agdb_api/rust/src/api_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ mod tests {
.user_agent("\0")
.build()
.unwrap_err();
assert_eq!(
AgdbApiError::from(error).description,
"builder error: failed to parse header value"
);
assert_eq!(AgdbApiError::from(error).description, "builder error");
}

#[test]
Expand Down

0 comments on commit a150da0

Please sign in to comment.