diff options
Diffstat (limited to 'internal/log/syslog_test.go')
-rw-r--r-- | internal/log/syslog_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/log/syslog_test.go b/internal/log/syslog_test.go index 2b0d33667..6507afa52 100644 --- a/internal/log/syslog_test.go +++ b/internal/log/syslog_test.go @@ -47,7 +47,7 @@ func (suite *SyslogTestSuite) SetupTest() { viper.Set(config.Keys.SyslogEnabled, true) viper.Set(config.Keys.SyslogProtocol, "udp") - viper.Set(config.Keys.SyslogAddress, "localhost:42069") + viper.Set(config.Keys.SyslogAddress, "127.0.0.1:42069") server, channel, err := testrig.InitTestSyslog() if err != nil { panic(err) |