integration

This commit is contained in:
dal 2025-03-17 12:21:20 -06:00
parent 3999262ce8
commit 84e13dc58c
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ async fn test_real_trace_with_spans() -> Result<()> {
} }
// Create client (None means use env var) // Create client (None means use env var)
let client = BraintrustClient::new(None, "c7b996a6-1c7c-482d-b23f-3d39de16f433")?; let client = BraintrustClient::new(None, "172afc4a-16b7-4d59-978e-4c87cade87b6")?;
// Create a trace // Create a trace
let trace_id = uuid::Uuid::new_v4().to_string(); let trace_id = uuid::Uuid::new_v4().to_string();