summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-09 11:39:01 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-09 11:39:01 -0500
commit03032c3190a27408d60e27f486a4ca472448e9dc (patch)
tree9ddc55f38956bf17e32f6275e9d082a327df1833 /tests
parent2fb002c266437597838d4321932da107f398e8fd (diff)
Update API test
Diffstat (limited to 'tests')
-rw-r--r--tests/functionals/ApiTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functionals/ApiTest.php b/tests/functionals/ApiTest.php
index 79d87bd6..b250254e 100644
--- a/tests/functionals/ApiTest.php
+++ b/tests/functionals/ApiTest.php
@@ -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()