Explorar el Código

Fix test

tags/v2.1.6^2
9seconds hace 4 años
padre
commit
f192a718f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      mtglib/proxy_test.go

+ 1
- 1
mtglib/proxy_test.go Ver fichero

@@ -63,7 +63,7 @@ func (suite *ProxyTestSuite) SetupSuite() {
63 63
 		nil,
64 64
 	)
65 65
 
66
-	allowlist.Run(time.Second)
66
+	go allowlist.Run(time.Second)
67 67
 
68 68
 	suite.opts = &mtglib.ProxyOpts{
69 69
 		Secret:          mtglib.GenerateSecret("httpbin.org"),

Loading…
Cancelar
Guardar