From d1136ec6f12f2b299311b7563ceba96d555c5742 Mon Sep 17 00:00:00 2001 From: Alfred Nutile Date: Fri, 12 Jul 2024 19:13:55 -0400 Subject: [PATCH] fix test --- .github/workflows/ci-cd.yml | 1 + tests/Feature/ReportingToolMakeSectionsTest.php | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) 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([