File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,6 @@ func TestNewRoute(t *testing.T) {
348
348
{
349
349
name : "parameters is nil" ,
350
350
setup : func () {
351
- mockConfig .EXPECT ().GetBool ("http.drivers.fiber.prefork" , false ).Return (false ).Once ()
352
351
mockConfig .EXPECT ().GetInt ("http.drivers.fiber.body_limit" , 4096 ).Return (4096 ).Once ()
353
352
mockConfig .EXPECT ().GetInt ("http.drivers.fiber.header_limit" , 4096 ).Return (4096 ).Once ()
354
353
},
@@ -358,7 +357,6 @@ func TestNewRoute(t *testing.T) {
358
357
name : "template is instance" ,
359
358
parameters : map [string ]any {"driver" : "fiber" },
360
359
setup : func () {
361
- mockConfig .EXPECT ().GetBool ("http.drivers.fiber.prefork" , false ).Return (false ).Once ()
362
360
mockConfig .EXPECT ().GetInt ("http.drivers.fiber.body_limit" , 4096 ).Return (4096 ).Once ()
363
361
mockConfig .EXPECT ().GetInt ("http.drivers.fiber.header_limit" , 4096 ).Return (4096 ).Once ()
364
362
mockConfig .EXPECT ().Get ("http.drivers.fiber.template" ).Return (template ).Once ()
You can’t perform that action at this time.
0 commit comments