diff --git a/src/Instrumentation/Curl/tests/Integration/CurlMultiInstrumentationTest.php b/src/Instrumentation/Curl/tests/Integration/CurlMultiInstrumentationTest.php index 5f72b0b8..ebdd7150 100644 --- a/src/Instrumentation/Curl/tests/Integration/CurlMultiInstrumentationTest.php +++ b/src/Instrumentation/Curl/tests/Integration/CurlMultiInstrumentationTest.php @@ -174,7 +174,7 @@ public function test_curl_multi_exec_calls_user_defined_headerfunc(): void } } - public function test_curl_multi_exec_headers_captuing(): void + public function test_curl_multi_exec_headers_capturing(): void { putenv('OTEL_PHP_INSTRUMENTATION_HTTP_RESPONSE_HEADERS=content-type'); putenv('OTEL_PHP_INSTRUMENTATION_HTTP_REQUEST_HEADERS=host');