1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-12 07:10:39 +00:00

Fix Tracing and prometheus bug

This commit is contained in:
Ming Deng
2020-08-10 23:04:57 +08:00
parent d05460237c
commit c22af4c611
42 changed files with 257 additions and 197 deletions

View File

@ -57,7 +57,7 @@ func TestFileProvider_SessionExist(t *testing.T) {
_ = fp.SessionInit(180, sessionPath)
exists, err := fp.SessionExist(sid)
if err != nil{
if err != nil {
t.Error(err)
}
if exists {