Skip to content
Snippets Groups Projects
Verified Commit 9c81b304 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

fix(tests): update expected message in AiProviderServiceTest

Updated the expected response message in the AiProviderServiceTest to match the correct phrasing of the joke.
parent 998001d0
No related branches found
No related tags found
1 merge request!59Ajouter service ia & détection bots user agents
Pipeline #1027 passed
......@@ -109,7 +109,7 @@ public function test_prompt_sends_correct_request()
'Tell me a joke.'
);
$this->assertEquals(['message' => "Why don't scientists trust at...thing!"], $response);
$this->assertEquals(['message' => "Why don't scientists trust atoms? Because they make up everything!"], $response);
}
public function test_prompt_with_pictures_handles_transcoding_failure()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment