diff --git a/src/platform/tests/Bridge/ElevenLabs/ElevenLabsClientTest.php b/src/platform/tests/Bridge/ElevenLabs/ElevenLabsClientTest.php index 9fccce4d8..c0639367a 100644 --- a/src/platform/tests/Bridge/ElevenLabs/ElevenLabsClientTest.php +++ b/src/platform/tests/Bridge/ElevenLabs/ElevenLabsClientTest.php @@ -89,8 +89,8 @@ public function testClientCanPerformSpeechToTextRequest() $client = new ElevenLabsClient( $httpClient, - 'https://api.elevenlabs.io/v1', 'my-api-key', + 'https://api.elevenlabs.io/v1', ); $payload = $normalizer->normalize(Audio::fromFile(\dirname(__DIR__, 5).'/fixtures/audio.mp3')); @@ -114,8 +114,8 @@ public function testClientCannotPerformTextToSpeechRequestWithoutValidPayload() $client = new ElevenLabsClient( $mockHttpClient, - 'https://api.elevenlabs.io/v1', 'my-api-key', + 'https://api.elevenlabs.io/v1', ); $this->expectException(InvalidArgumentException::class); @@ -142,8 +142,8 @@ public function testClientCanPerformTextToSpeechRequest() $client = new ElevenLabsClient( $httpClient, - 'https://api.elevenlabs.io/v1', 'my-api-key', + 'https://api.elevenlabs.io/v1', ); $client->request(new ElevenLabs(ElevenLabs::ELEVEN_MULTILINGUAL_V2, [ @@ -171,8 +171,8 @@ public function testClientCanPerformTextToSpeechRequestWhenVoiceKeyIsProvidedAsR $client = new ElevenLabsClient( $httpClient, - 'https://api.elevenlabs.io/v1', 'my-api-key', + 'https://api.elevenlabs.io/v1', ); $client->request(new ElevenLabs(ElevenLabs::ELEVEN_MULTILINGUAL_V2), [ @@ -200,8 +200,8 @@ public function testClientCanPerformTextToSpeechRequestAsStream() $client = new ElevenLabsClient( $httpClient, - 'https://api.elevenlabs.io/v1', 'my-api-key', + 'https://api.elevenlabs.io/v1', ); $result = $client->request(new ElevenLabs(ElevenLabs::ELEVEN_MULTILINGUAL_V2, [ @@ -231,8 +231,8 @@ public function testClientCanPerformTextToSpeechRequestAsStreamVoiceKeyIsProvide $client = new ElevenLabsClient( $httpClient, - 'https://api.elevenlabs.io/v1', 'my-api-key', + 'https://api.elevenlabs.io/v1', ); $result = $client->request(new ElevenLabs(ElevenLabs::ELEVEN_MULTILINGUAL_V2), [