Added missing created_at in unit test.
This commit is contained in:
parent
3cc3d2a213
commit
03630cb903
1 changed files with 2 additions and 0 deletions
|
@ -322,6 +322,8 @@ class TicketTest < ActiveSupport::TestCase
|
||||||
:ticket_priority => Ticket::Priority.lookup( :name => '2 normal' ),
|
:ticket_priority => Ticket::Priority.lookup( :name => '2 normal' ),
|
||||||
:updated_by_id => 1,
|
:updated_by_id => 1,
|
||||||
:created_by_id => 1,
|
:created_by_id => 1,
|
||||||
|
:created_at => '2013-03-28 23:49:00 UTC',
|
||||||
|
:updated_at => '2013-03-28 23:49:00 UTC',
|
||||||
)
|
)
|
||||||
assert( ticket, "ticket created" )
|
assert( ticket, "ticket created" )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue