Update API test

This commit is contained in:
Frederic Guillot 2016-01-09 11:39:01 -05:00
parent 2fb002c266
commit 03032c3190
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ class Api extends PHPUnit_Framework_TestCase
$actions = $this->client->getAvailableActions();
$this->assertNotEmpty($actions);
$this->assertInternalType('array', $actions);
$this->assertArrayHasKey('\Kanboard\Action\TaskClose', $actions);
$this->assertArrayHasKey('\Kanboard\Action\TaskCloseColumn', $actions);
}
public function testGetAvailableActionEvents()