Skip to content

Commit

Permalink
Update tests-integration/tests/http.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Weny Xu <[email protected]>
  • Loading branch information
MichaelScofield and WenyXu authored Sep 15, 2023
1 parent 729d1a1 commit 315103c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-integration/tests/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ enable_jaeger_tracing = false"#,
store_type
);
let body_text = drop_lines_with_inconsistent_results(res_get.text().await);
assert_eq!(body_text, expected_toml_str,);
assert_eq!(body_text, expected_toml_str);
}

fn drop_lines_with_inconsistent_results(input: String) -> String {
Expand Down

0 comments on commit 315103c

Please sign in to comment.