fix test not passing

pull/964/head
Joao Ramos 1 year ago
parent 31673415a0
commit 4dc4b54788

@ -1,7 +1,7 @@
from cryptography.fernet import Fernet
from flask import current_app as app
REQUIRED_SESSION_VALUES = ['uuid', 'config', 'key']
REQUIRED_SESSION_VALUES = ['uuid', 'config', 'key', 'auth']
def generate_key() -> bytes:

Loading…
Cancel
Save