fluentd-ui/test
Kentaro Hayashi 879ef010e6 Fix test failure by missing parameters
It fixes the following test

Failure: test: .initial_params(Fluentd::Setting::InForwardTest)
/work/fluentd/fluentdui/fluentd-ui/test/models/fluentd/setting/in_forward_test.rb:62:in `block in <class:InForwardTest>'
     59:           }
     60:         },
     61:       }
  => 62:       assert_equal(expected, @klass.initial_params)
     63:     end
     64:
     65:     test "#valid?" do
<{:backlog=>nil,

Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
2021-04-14 18:04:43 +09:00
..
controllers Add test/controllers/fluentd/agents_controller_test.rb 2018-08-01 18:45:04 +09:00
decorators Add test/decorators/plugin_decorator_test.rb 2018-08-01 16:26:15 +09:00
factories Suppress FactoryBot warnings 2018-09-13 16:35:24 +09:00
fixtures Add missing fixtures 2018-09-13 16:38:47 +09:00
integration Add test/integration/fluentd/setting/running_backup_test.rb 2018-07-31 14:55:07 +09:00
lib Add test/lib/*_test.rb 2018-08-02 10:05:21 +09:00
models Fix test failure by missing parameters 2021-04-14 18:04:43 +09:00
support Use String#humanize instead of String#capitalize 2018-09-13 17:02:43 +09:00
system Add test related to filter 2018-09-14 17:46:40 +09:00
application_system_test_case.rb Download chromedriver before disable net connection 2018-08-08 17:19:54 +09:00
test_helper.rb Allow accessing "chromedriver.storage.googleapis.com" to check chromedriver version 2020-03-04 17:44:00 +09:00