Include id in test.

This commit is contained in:
James Cole 2017-09-03 13:16:11 +02:00
parent 64979fd941
commit 49c5c9ba15
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -385,6 +385,7 @@ class RuleControllerTest extends TestCase
$data = [
'rule_group_id' => 1,
'id' => 1,
'title' => 'Your first default rule',
'trigger' => 'store-journal',
'active' => 1,