Skip to content

Commit

Permalink
Update test_aiconnect.php
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen authored Jun 8, 2024
1 parent b1bbed7 commit 6157806
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_aiconnect.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ class test_aiconnect extends \advanced_testcase {
* @return void
*/
public function setUp(): void {
if (defined('TEST_LLM_APIKEY')) {
set_config('apikey', TEST_LLM_APIKEY, 'tool_aiconnect');
}
$this->ai = new ai\ai();
}
/**
Expand Down

0 comments on commit 6157806

Please sign in to comment.