Use localhost instead of non-existent host

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-06-21 11:26:46 +09:00
parent bf8c04fb8f
commit fe424e9743
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -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",
} } } }