@@ -630,10 +630,10 @@ public void IsActivityListenerEnabled(string value, string fallbackValue, bool e
630630
631631 [ Theory ]
632632 [ InlineData ( "test1,, ,test2" , "test3,, ,test4" , "test5,, ,test6" , new [ ] { "test1" , "test2" } ) ]
633- [ InlineData ( "" , "test3,, ,test4" , "test5,, ,test6" , new [ ] { "Datadog" } ) ]
633+ [ InlineData ( "" , "test3,, ,test4" , "test5,, ,test6" , new [ ] { "tracecontext" , " Datadog" } ) ]
634634 [ InlineData ( null , "test3,, ,test4" , "test5,, ,test6" , new [ ] { "test3" , "test4" } ) ]
635635 [ InlineData ( null , null , "test5,, ,test6" , new [ ] { "test5" , "test6" } ) ]
636- [ InlineData ( null , null , null , new [ ] { "Datadog" } ) ]
636+ [ InlineData ( null , null , null , new [ ] { "tracecontext" , " Datadog" } ) ]
637637 public void PropagationStyleInject ( string value , string legacyValue , string fallbackValue , string [ ] expected )
638638 {
639639 const string legacyKey = "DD_PROPAGATION_STYLE_INJECT" ;
@@ -654,10 +654,10 @@ public void PropagationStyleInject(string value, string legacyValue, string fall
654654
655655 [ Theory ]
656656 [ InlineData ( "test1,, ,test2" , "test3,, ,test4" , "test5,, ,test6" , new [ ] { "test1" , "test2" } ) ]
657- [ InlineData ( "" , "test3,, ,test4" , "test5,, ,test6" , new [ ] { "Datadog" } ) ]
657+ [ InlineData ( "" , "test3,, ,test4" , "test5,, ,test6" , new [ ] { "tracecontext" , " Datadog" } ) ]
658658 [ InlineData ( null , "test3,, ,test4" , "test5,, ,test6" , new [ ] { "test3" , "test4" } ) ]
659659 [ InlineData ( null , null , "test5,, ,test6" , new [ ] { "test5" , "test6" } ) ]
660- [ InlineData ( null , null , null , new [ ] { "Datadog" } ) ]
660+ [ InlineData ( null , null , null , new [ ] { "tracecontext" , " Datadog" } ) ]
661661 public void PropagationStyleExtract ( string value , string legacyValue , string fallbackValue , string [ ] expected )
662662 {
663663 const string legacyKey = "DD_PROPAGATION_STYLE_EXTRACT" ;
0 commit comments