2.4.0-dev
Kevin Chung 2020-05-04 01:29:28 -04:00
parent 2c4259c999
commit fb6b30ab1b
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ from CTFd.utils.user import is_admin, get_current_user
from CTFd.utils.security.auth import login_user
from tests.helpers import create_ctfd, destroy_ctfd, register_user
from CTFd.cache import clear_user_session
def test_clear_user_session():
app = create_ctfd()