Update integration tests

This commit is contained in:
Frederic Guillot 2017-04-08 18:18:37 -04:00
parent 22cfbd9e56
commit a9aed917dd
1 changed files with 1 additions and 5 deletions

View File

@ -53,11 +53,7 @@ class MeProcedureTest extends BaseProcedureTest
{
$dashboard = $this->user->getMyDashboard();
$this->assertNotEmpty($dashboard);
$this->assertArrayHasKey('projects', $dashboard);
$this->assertArrayHasKey('tasks', $dashboard);
$this->assertArrayHasKey('subtasks', $dashboard);
$this->assertNotEmpty($dashboard['projects']);
$this->assertNotEmpty($dashboard['tasks']);
$this->assertEquals('My task', $dashboard[0]['title']);
}
public function assertGetMyActivityStream()