Skip to content

Commit 4b627c5

Browse files
Update tests/test_additional_headers_simple.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 3e387fb commit 4b627c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_additional_headers_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ def test_span_processor_none_additional_headers_works(self):
180180
# Verify default headers are present
181181
assert "Authorization" in exporter._headers
182182
assert "x-langfuse-sdk-name" in exporter._headers
183-
assert "x_langfuse_public_key" in exporter._headers
183+
assert "x-langfuse-public-key" in exporter._headers

0 commit comments

Comments
 (0)