mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Remove buffer path assertion and secondary type assertion
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
fdf5619fd7
commit
7b25c797ea
@ -10,7 +10,6 @@ describe "out_forward", js: true, stub: :daemon do
|
|||||||
Name: "name",
|
Name: "name",
|
||||||
Host: "localhost",
|
Host: "localhost",
|
||||||
Port: "9999",
|
Port: "9999",
|
||||||
Path: "/dev/null",
|
|
||||||
} }
|
} }
|
||||||
|
|
||||||
it "Updated config after submit" do
|
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|
|
form_values.each_pair do |k,v|
|
||||||
daemon.agent.config.should include(v)
|
daemon.agent.config.should include(v)
|
||||||
end
|
end
|
||||||
daemon.agent.config.should include("type file") # out_forward's Secondary hidden field
|
|
||||||
end
|
end
|
||||||
|
|
||||||
it "Click to append Server fields", js: true do
|
it "Click to append Server fields", js: true do
|
||||||
|
Loading…
Reference in New Issue
Block a user