From 315103cc99ef5a4ef2f2b2953273069e2c931621 Mon Sep 17 00:00:00 2001 From: LFC <990479+MichaelScofield@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:35:38 +0800 Subject: [PATCH] Update tests-integration/tests/http.rs Co-authored-by: Weny Xu --- tests-integration/tests/http.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-integration/tests/http.rs b/tests-integration/tests/http.rs index 30a14b997efb..0f97bca5a030 100644 --- a/tests-integration/tests/http.rs +++ b/tests-integration/tests/http.rs @@ -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 {