Skip to content

Commit 717c302

Browse files
committed
fix test
1 parent c08055d commit 717c302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_otel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3054,7 +3054,7 @@ def test_langfuse_event_update_immutability(self, langfuse_client, memory_export
30543054

30553055
# Verify warning was logged
30563056
assert "Attempted to update LangfuseEvent observation" in caplog.text
3057-
assert "Events are immutable and cannot be updated after creation" in caplog.text
3057+
assert "Events cannot be updated after creation" in caplog.text
30583058

30593059
# Verify the method returned self unchanged
30603060
assert result is event

0 commit comments

Comments
 (0)