Skip to content

Commit

Permalink
unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Jan 24, 2025
1 parent 9731ac2 commit fe46388
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,10 @@ public void serializes_correctly()
"ai_monitoring.enabled": true,
"ai_monitoring.streaming.enabled": true,
"ai_monitoring.record_content.enabled": true,
"gc_sampler_v2.enabled": true
"gc_sampler_v2.enabled": true,
"agent_control.enabled" : true,
"agent_control.health.delivery_location": "file:///tmp/health",
"agent_control.health.frequency": 5
},
"metadata": {
"hello": "there"
Expand Down

0 comments on commit fe46388

Please sign in to comment.