Skip to content

Commit 56b4a3a

Browse files
committed
Fix codespell finding
1 parent db24eda commit 56b4a3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instrumentation-genai/opentelemetry-instrumentation-openai-agents/tests/test_z_span_processor_unit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_extract_server_attributes_variants(monkeypatch):
6060
assert attrs[ServerAttributes.SERVER_PORT] == 8080
6161

6262
def boom(_: str):
63-
raise ValueError("unparseable url")
63+
raise ValueError("unparsable url")
6464

6565
monkeypatch.setattr(sp, "urlparse", boom)
6666
assert sp._extract_server_attributes({"base_url": "bad"}) == {}

0 commit comments

Comments
 (0)