You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove flakiness from the crashtracker_segfault.phpt test
* Add a sligh delay to avoid race condition in tests using metrics
* Add a delay to reduce flakiness on pnctl tests
* Make the test sets datadog.trace.agent_test_session_token
Copy file name to clipboardExpand all lines: tests/Integrations/OpenAI/OpenAITest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ private function checkErrors()
29
29
30
30
protectedfunctionddSetUp()
31
31
{
32
-
// Note: Remember that DD_DOGSTATSD_URL=http://127.0.0.1:9876 is set in the Makefile call
32
+
// Note: Remember that DD_DOGSTATSD_URL=http://request-replayer:80 is set in the Makefile call
0 commit comments