diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 41ddc009..b56ae0ae 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -93,3 +93,4 @@ jobs: curl https://envoyer.io/deploy/${{ secrets.ENVOYER_FRESHJONES }} curl https://envoyer.io/deploy/${{ secrets.ENVOYER_Q }} curl https://envoyer.io/deploy/${{ secrets.ENVOYER_T }} + curl https://envoyer.io/deploy/${{ secrets.ENVOYER_FH }} diff --git a/tests/Feature/ReportingToolMakeSectionsTest.php b/tests/Feature/ReportingToolMakeSectionsTest.php index 3c62e24b..ec6edf3a 100644 --- a/tests/Feature/ReportingToolMakeSectionsTest.php +++ b/tests/Feature/ReportingToolMakeSectionsTest.php @@ -78,12 +78,6 @@ public function test_sections(): void $dtos[11], ]); - LlmDriverFacade::shouldReceive('driver->completion')->once()->andReturn( - CompletionResponse::from([ - 'content' => 'foo bar', - ]) - ); - $collection = Collection::factory()->create(); $document = Document::factory()->create([