Skip to content
Snippets Groups Projects
Verified Commit 998001d0 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 21a41390
Branches
No related tags found
1 merge request!59Ajouter service ia & détection bots user agents
Pipeline #1026 failed
......@@ -85,7 +85,7 @@ public function test_prompt_with_pictures_sends_correct_request()
$uploadedPicture
);
$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_sends_correct_request()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment