From 4649395f3b347658e084ac3c1daa98b81961443e Mon Sep 17 00:00:00 2001 From: Timothy Mothra Lee Date: Mon, 14 Aug 2023 17:32:35 -0700 Subject: [PATCH] extra test case --- .../Shared/HttpSemanticConventionHelperTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/OpenTelemetry.Tests/Shared/HttpSemanticConventionHelperTest.cs b/test/OpenTelemetry.Tests/Shared/HttpSemanticConventionHelperTest.cs index 9837d340207..261416934f4 100644 --- a/test/OpenTelemetry.Tests/Shared/HttpSemanticConventionHelperTest.cs +++ b/test/OpenTelemetry.Tests/Shared/HttpSemanticConventionHelperTest.cs @@ -41,7 +41,7 @@ public class HttpSemanticConventionHelperTest new object[] { "junk,http , http ,junk", HttpSemanticConvention.New }, new object[] { "junk,http/dup", HttpSemanticConvention.Dupe }, new object[] { "junk, http/dup ", HttpSemanticConvention.Dupe }, - new object[] { "junk, http/dup ", HttpSemanticConvention.Dupe }, + new object[] { "http/dup,http", HttpSemanticConvention.Dupe }, new object[] { "http,http/dup", HttpSemanticConvention.Dupe }, };