From 7b25c797eaa55fb893ca515c16e7da11981fa341 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Mon, 9 Jul 2018 17:09:21 +0900 Subject: [PATCH] Remove buffer path assertion and secondary type assertion Signed-off-by: Kenji Okimoto --- spec/features/fluentd/setting/out_forward_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/features/fluentd/setting/out_forward_spec.rb b/spec/features/fluentd/setting/out_forward_spec.rb index e0719ee..cafd8ea 100644 --- a/spec/features/fluentd/setting/out_forward_spec.rb +++ b/spec/features/fluentd/setting/out_forward_spec.rb @@ -10,7 +10,6 @@ describe "out_forward", js: true, stub: :daemon do Name: "name", Host: "localhost", Port: "9999", - Path: "/dev/null", } } it "Updated config after submit" do @@ -28,7 +27,6 @@ describe "out_forward", js: true, stub: :daemon do form_values.each_pair do |k,v| daemon.agent.config.should include(v) end - daemon.agent.config.should include("type file") # out_forward's Secondary hidden field end it "Click to append Server fields", js: true do