File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def enable_migrated_b3_single_key() -> Any:
41
41
return parametrize ("library_env" , [env ])
42
42
43
43
44
- @features .b3_headers_injection_and_extraction
44
+ @features .b3_headers_propagation
45
45
@scenarios .parametric
46
46
class Test_Headers_B3 :
47
47
@enable_b3 ()
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def enable_case_insensitive_b3multi() -> Any:
48
48
return parametrize ("library_env" , [env1 , env2 ])
49
49
50
50
51
- @features .b3_headers_injection_and_extraction
51
+ @features .b3_headers_propagation
52
52
@scenarios .parametric
53
53
class Test_Headers_B3multi :
54
54
@enable_b3multi ()
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ def test_logs(self):
193
193
@rfc ("https://mock" )
194
194
@coverage .good
195
195
@features .api_v2_implemented
196
- @features .b3_headers_injection_and_extraction
196
+ @features .b3_headers_propagation
197
197
class Test_Mock :
198
198
def test_mock (self ):
199
199
"""Mock test doc"""
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def container_tagging(test_object):
140
140
return test_object
141
141
142
142
@staticmethod
143
- def b3_headers_injection_and_extraction (test_object ):
143
+ def b3_headers_propagation (test_object ):
144
144
"""
145
145
B3 headers injection and extraction
146
146
You can’t perform that action at this time.
0 commit comments