Skip to content

Commit

Permalink
Fix failing CI due to clippy check (#4822)
Browse files Browse the repository at this point in the history
Clippy is complaining

Co-authored-by: bryn <[email protected]>
  • Loading branch information
BrynCooke and bryn authored Mar 19, 2024
1 parent e7f0594 commit 1b007a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/tests/zipkin_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async fn find_valid_trace(
let service_name = trace.select_path("$..localEndpoint.serviceName")?;

assert_eq!(
service_name.get(0),
service_name.first(),
Some(&&Value::String("router".to_string()))
);

Expand Down

0 comments on commit 1b007a5

Please sign in to comment.