summaryrefslogtreecommitdiffstats
path: root/app/session_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/session_test.go')
-rw-r--r--app/session_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/session_test.go b/app/session_test.go
index 352395c76..aea31cf86 100644
--- a/app/session_test.go
+++ b/app/session_test.go
@@ -22,7 +22,7 @@ func TestCache(t *testing.T) {
t.Fatal("should have items")
}
- RemoveAllSessionsForUserId(session.UserId)
+ ClearSessionCacheForUser(session.UserId)
rkeys := sessionCache.Keys()
if len(rkeys) != len(keys)-1 {