Skip to content

Commit

Permalink
fix langfuse e2e test embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Jan 19, 2025
1 parent e9699a4 commit 9407e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/logging_callback_tests/test_langfuse_e2e_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def assert_langfuse_request_matches_expected(
expected_request_body["batch"][1]["body"]["traceId"] = trace_id

# Replace SDK version with expected version
actual_request_body["batch"][0]["body"].pop("release")
actual_request_body["batch"][0]["body"].pop("release", None)
actual_request_body["metadata"]["sdk_version"] = expected_request_body["metadata"][
"sdk_version"
]
Expand Down

0 comments on commit 9407e86

Please sign in to comment.