mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-11 16:57:11 +02:00
Use localhost instead of non-existent host
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
bf8c04fb8f
commit
fe424e9743
@ -8,7 +8,7 @@ describe "out_forward", stub: :daemon do
|
|||||||
let(:form_values) { {
|
let(:form_values) { {
|
||||||
Pattern: "*",
|
Pattern: "*",
|
||||||
Name: "name",
|
Name: "name",
|
||||||
Host: "host",
|
Host: "localhost",
|
||||||
Port: "9999",
|
Port: "9999",
|
||||||
Path: "/dev/null",
|
Path: "/dev/null",
|
||||||
} }
|
} }
|
||||||
|
Loading…
Reference in New Issue
Block a user