test: add missing fields to ServerConfig

This commit is contained in:
JRoberts
2022-05-09 18:53:39 +04:00
parent ee3d7ae97e
commit 4dcf1f8d15

View File

@@ -213,7 +213,9 @@ serverCfg =
inactiveClientExpiration = Just defaultInactiveClientExpiration, inactiveClientExpiration = Just defaultInactiveClientExpiration,
caCertificateFile = "tests/fixtures/tls/ca.crt", caCertificateFile = "tests/fixtures/tls/ca.crt",
privateKeyFile = "tests/fixtures/tls/server.key", privateKeyFile = "tests/fixtures/tls/server.key",
certificateFile = "tests/fixtures/tls/server.crt" certificateFile = "tests/fixtures/tls/server.crt",
logStatsInterval = Just 86400,
logStatsStartTime = 0
} }
withSmpServer :: IO a -> IO a withSmpServer :: IO a -> IO a