This commit is contained in:
@@ -28,7 +28,7 @@ func NewTestServer(t *testing.T) *TestServer {
|
||||
Addr: ":0", // Use random port
|
||||
TemplatesDir: templatesDir,
|
||||
StaticDir: staticDir,
|
||||
DatabasePath: "", // Empty = in-memory mode (no database)
|
||||
DatabaseConn: "", // Empty = in-memory mode (no database)
|
||||
})
|
||||
if err != nil {
|
||||
t.Fatalf("create test app: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user