Skip to content

Commit babb3bd

Browse files
committed
.
1 parent df3f3af commit babb3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def inner(*types):
338338

339339
def append_envelope(envelope):
340340
for item in envelope:
341-
if types is None or item.type not in types:
341+
if types and item.type not in types:
342342
continue
343343

344344
if item.type in ("metric", "log", "span"):

0 commit comments

Comments
 (0)