Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymell committed Nov 18, 2022
1 parent dfa027c commit 7556fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/svix-server/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ mod tests {
(
generate_msg_headers(
TIMESTAMP,
&BODY,
BODY,
&id,
None,
ENDPOINT_SIGNING_KEYS,
Expand Down Expand Up @@ -912,7 +912,7 @@ mod tests {

let actual = generate_msg_headers(
TIMESTAMP,
&BODY,
BODY,
&id,
Some(&EndpointHeaders(headers)),
ENDPOINT_SIGNING_KEYS,
Expand Down Expand Up @@ -942,7 +942,7 @@ mod tests {

let actual = generate_msg_headers(
test_timestamp,
&test_body,
test_body,
&test_message_id,
None,
&[&test_key],
Expand Down

0 comments on commit 7556fb3

Please sign in to comment.