Skip to content

Commit 03d50e8

Browse files
committed
Fix tests for Laravel 12
1 parent e238841 commit 03d50e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ServiceProvider.php

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
$app->bind('config', fn () => new Repository([]));
4343

4444
(new ServiceProvider($app))->register();
45+
46+
$app->get(Client::class);
4547
})->throws(
4648
ApiKeyIsMissing::class,
4749
'The OpenAI API Key is missing. Please publish the [openai.php] configuration file and set the [api_key].',

0 commit comments

Comments
 (0)