From 4e81bcd90ee8690d6c9f75fb3a8716ceb6367356 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Tue, 13 Sep 2016 11:39:08 +0200 Subject: [PATCH] Removed count check in favour of regular array diff. --- test/integration/otrs_import_test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/otrs_import_test.rb b/test/integration/otrs_import_test.rb index 2a6c2d93a..da1fa9ba5 100644 --- a/test/integration/otrs_import_test.rb +++ b/test/integration/otrs_import_test.rb @@ -35,8 +35,6 @@ class OtrsImportTest < ActiveSupport::TestCase test 'check dynamic fields' do local_objects = ObjectManager::Attribute.list_full - assert_equal(75, local_objects.size, 'dynamic field count') - object_attribute_names = local_objects.reject { |local_object| local_object[:object] != 'Ticket' }.collect { |local_object|