mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-30 19:33:01 +00:00
🩹 ༼ ಥل͟ಥ ༽
This commit is contained in:
parent
c9cb30766c
commit
d77c2691f6
@ -12,6 +12,8 @@ import (
|
||||
)
|
||||
|
||||
func Test_App_Prefork_Child_Process(t *testing.T) {
|
||||
testPreforkMaster = false
|
||||
|
||||
utils.AssertEqual(t, nil, os.Setenv(envPreforkChildKey, envPreforkChildVal))
|
||||
defer os.Setenv(envPreforkChildKey, "")
|
||||
|
||||
@ -63,6 +65,8 @@ func Test_App_Prefork_Master_Process(t *testing.T) {
|
||||
}
|
||||
|
||||
func Test_App_Prefork_TCP6_Addr(t *testing.T) {
|
||||
testPreforkMaster = false
|
||||
|
||||
app := New()
|
||||
app.Settings.Prefork = true
|
||||
app.Settings.DisableStartupMessage = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user