mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
gosimple fixes
This commit is contained in:
@@ -28,7 +28,7 @@ func TestTLSConfig(t *testing.T) {
|
||||
defer c.Close()
|
||||
|
||||
sinfo := checkInfoMsg(t, c)
|
||||
if sinfo.TLSRequired != true {
|
||||
if !sinfo.TLSRequired {
|
||||
t.Fatal("Expected TLSRequired to be true when configured")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user