We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56881ba commit 7da46cbCopy full SHA for 7da46cb
src/platform/tests/Bridge/OpenAi/Gpt/ResultConverterTest.php
@@ -163,7 +163,7 @@ public function testThrowsAuthenticationExceptionOnInvalidApiKey()
163
$httpResponse->method('getStatusCode')->willReturn(401);
164
$httpResponse->method('getContent')->willReturn(json_encode([
165
'error' => [
166
- 'message' => 'Invalid API key provided: sk-invalid'
+ 'message' => 'Invalid API key provided: sk-invalid',
167
],
168
]));
169
0 commit comments