Skip to content

Commit

Permalink
Update src/Instrumentation/Curl/tests/Integration/CurlMultiInstrument…
Browse files Browse the repository at this point in the history
…ationTest.php

Co-authored-by: Brett McBride <[email protected]>
  • Loading branch information
intuibase and brettmc authored Nov 5, 2024
1 parent be05c52 commit 884a13f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 884a13f

Please sign in to comment.