mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Updates for running in a windows container environment.
* Fixes unit tests running in windows containers with the default configuration.
This commit is contained in:
@@ -96,7 +96,7 @@ func TestSysLoggerWithDebugAndTrace(t *testing.T) {
|
||||
// TestSysLoggerWithDebugAndTrace tests remote event logging
|
||||
func TestRemoteSysLoggerWithDebugAndTrace(t *testing.T) {
|
||||
checkPrivledges(t)
|
||||
logger := NewRemoteSysLogger("127.0.0.1", true, true)
|
||||
logger := NewRemoteSysLogger("", true, true)
|
||||
if !logger.debug {
|
||||
t.Fatalf("Expected %t, received %t\n", true, logger.debug)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user