Skip to content

Commit 40685c2

Browse files
committed
Lint
1 parent 0ccdae5 commit 40685c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DependencyInjection/OpenAIExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function testService(): void
2525
'http_code' => 200,
2626
'response_headers' => [
2727
'content-type' => 'application/json',
28-
'x-request-id' => '0123456789abcdef0123456789abcdef',
28+
'x-request-id' => '0123456789abcdef0123456789abcdef',
2929
],
3030
]);
3131
});

0 commit comments

Comments
 (0)