Skip to content

Commit c243f91

Browse files
committed
test: remove default apiKey from TestCase.php
1 parent 6eea4db commit c243f91

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/TestCase.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,4 @@ protected function getPackageAliases($app): array
1919
'GrokAI' => GrokAI::class,
2020
];
2121
}
22-
23-
protected function defineEnvironment($app)
24-
{
25-
$app['config']->set('grok.api_key', 'test-api-key');
26-
}
2722
}

0 commit comments

Comments
 (0)