Fix: failed test due to policy cache

This commit is contained in:
HFO4
2020-03-18 09:47:06 +08:00
parent 0eb04ed0ea
commit 65cf0f57aa
3 changed files with 3 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ func TestSession(t *testing.T) {
asserts.Panics(func() {
Session("2333")
})
conf.RedisConfig.Server = ""
}
}