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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user