1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00

upstream update for crypto/acme relative to iris.AutoTLS

Former-commit-id: 20d22c163f8063673536127caec4eecfb3561226
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-01-15 12:34:35 +02:00
parent e840115873
commit 742ad6db72
5 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import (
func TestCasbinMiddleware(t *testing.T) {
app := newApp()
e := httptest.New(t, app, httptest.Debug(true))
e := httptest.New(t, app, httptest.Debug(false))
type ttcasbin struct {
username string