Skip to content

Commit

Permalink
fixup! fix(host): Do not use meta header if the value has commas or c…
Browse files Browse the repository at this point in the history
…olons
  • Loading branch information
Frederick888 committed Nov 23, 2023
1 parent 1f82b77 commit 13e5028
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/messaging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,8 @@ pub mod tests {
};

assert_eq!(1, responses.len());
assert_eq!(0, responses[0].warnings.len());
assert_contains!(output, "X-ExtEditorR-X-ExtEditorR-Foo");
assert_eq!(
request.compose_details.priority,
responses[0].compose_details.priority
Expand Down

0 comments on commit 13e5028

Please sign in to comment.