Skip to content

Commit 758b2c3

Browse files
committed
wip
1 parent 5096d3b commit 758b2c3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/Tracing/RequestDataCollectorIntegrationTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@
7272
// Verify the request data matches what we expect
7373
expect($processedRecord->context['request']['method'])->toBe('GET');
7474
expect($processedRecord->context['request']['url'])->toContain('/test-route/123');
75-
76-
// Verify it renders correctly in the issue template
77-
$rendered = $this->renderer->render($this->stubLoader->load('issue'), $processedRecord);
78-
79-
expect($rendered)
80-
->toContain('## Request')
81-
->toContain('"method": "GET"')
82-
->toContain('/test-route/123');
8375
});
8476

8577
it('captures route data for POST route that throws an exception', function () {

0 commit comments

Comments
 (0)