diff --git a/test/unit/online_notifiaction_test.rb b/test/unit/online_notifiaction_test.rb index 8d850a295..d3e245fb1 100644 --- a/test/unit/online_notifiaction_test.rb +++ b/test/unit/online_notifiaction_test.rb @@ -323,7 +323,7 @@ class OnlineNotificationTest < ActiveSupport::TestCase test 'ticket notification item check' do ticket1 = Ticket.create( - title: "some title", + title: 'some title', group: Group.lookup(name: 'Users'), customer_id: 2, state: Ticket::State.lookup(name: 'new'),