Skip to content

Commit ab1e772

Browse files
committed
Fix typo.
1 parent e527e51 commit ab1e772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_otel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def test_no_variables(self, http_ver, headers, name, value, idx, otel_mode):
474474
@pytest.mark.parametrize(
475475
"idx",
476476
range(2, 10),
477-
ids=["ingnore-no context", "ingnore-context"]
477+
ids=["ignore-no context", "ignore-context"]
478478
+ ["extract-no context", "extract-context"]
479479
+ ["inject-no context", "inject-context"]
480480
+ ["propagate-no context", "propagate-context"],

0 commit comments

Comments
 (0)