ソースを参照

Fix test

tags/v2.1.6^2
9seconds 4年前
コミット
f192a718f4
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      mtglib/proxy_test.go

+ 1
- 1
mtglib/proxy_test.go ファイルの表示

@@ -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"),

読み込み中…
キャンセル
保存