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 }, };