Skip to content

Commit

Permalink
Fix character length ml event test.
Browse files Browse the repository at this point in the history
  • Loading branch information
umaannamalai committed Oct 19, 2023
1 parent c6c1844 commit 102a04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/agent_features/test_ml_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def _test():

@reset_core_stats_engine()
def test_record_ml_event_truncation():
@validate_ml_events([(_intrinsics, {"a": "a" * 4096})])
@validate_ml_events([(_intrinsics, {"a": "a" * 4095})])
@background_task()
def _test():
record_ml_event("LabelEvent", {"a": "a" * 4100})
Expand Down

0 comments on commit 102a04c

Please sign in to comment.