add missing auth to cookie creation in tests

pull/964/head
Joao Ramos 1 year ago
parent 4dc4b54788
commit 6f630762b9

@ -20,4 +20,5 @@ def client():
session['uuid'] = 'test'
session['key'] = app.enc_key
session['config'] = {}
session['auth'] = False
yield client

Loading…
Cancel
Save