Remove null board value in activity parameters

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-11-23 15:04:04 +01:00
parent d28bf74c73
commit 2c024dedce
2 changed files with 11 additions and 15 deletions

View File

@@ -180,7 +180,6 @@ class DeckProviderTest extends TestCase {
'name' => 'Board',
'link' => '#!/board/1',
],
'card' => null,
'user' => [
'type' => 'user',
'id' => 'admin',
@@ -216,7 +215,6 @@ class DeckProviderTest extends TestCase {
$this->provider->parse('en_US', $event);
$data = [
'board' => null,
'card' => [
'type' => 'highlight',
'id' => 1,
@@ -266,7 +264,6 @@ class DeckProviderTest extends TestCase {
$this->provider->parse('en_US', $event);
$data = [
'board' => null,
'card' => [
'type' => 'highlight',
'id' => 1,