From ce8322bbf478e5255372a3a7273b1ca741c4d4a7 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 26 Dec 2021 18:12:54 +0100 Subject: [PATCH] Fix tests --- test/src/authenticators/dummy.py | 1 - test/src/authenticators/yoloswag.py | 1 - 2 files changed, 2 deletions(-) diff --git a/test/src/authenticators/dummy.py b/test/src/authenticators/dummy.py index b1eec660..e82e6b17 100644 --- a/test/src/authenticators/dummy.py +++ b/test/src/authenticators/dummy.py @@ -69,7 +69,6 @@ class Authenticator(BaseAuthenticator): return infos - @staticmethod def delete_session_cookie(self): from bottle import response diff --git a/test/src/authenticators/yoloswag.py b/test/src/authenticators/yoloswag.py index 2a549526..9c9eba8b 100644 --- a/test/src/authenticators/yoloswag.py +++ b/test/src/authenticators/yoloswag.py @@ -69,7 +69,6 @@ class Authenticator(BaseAuthenticator): return infos - @staticmethod def delete_session_cookie(self): from bottle import response