Skip to content
Snippets Groups Projects
Commit 23c3645c authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #14624 TIME 0:10 fix tu

parent 01b6e3dd
No related branches found
No related tags found
No related merge requests found
......@@ -713,8 +713,8 @@ class TemplateControllerTest extends TestCase
$this->assertIsArray($responseBody['templates']);
$this->assertNotEmpty($responseBody['templates']);
$this->assertSame(1043, $responseBody['templates'][0]['id']);
$this->assertSame('AR TYPE SIMPLE- Courriel Manuel', $responseBody['templates'][0]['label']);
$this->assertSame(1046, $responseBody['templates'][0]['id']);
$this->assertSame('TEST TEMPLATE UPDATE', $responseBody['templates'][0]['label']);
// Fail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment