Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
3ccb26166050
Commit
ae32616d
authored
Jul 30, 2021
by
Noé Gaumont
🐙
Browse files
fix: empty identification cookie on webapp.reset()
--HG-- branch : 3.32
parent
019f77f92420
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb/pyramid/test/__init__.py
View file @
3ccb2616
...
...
@@ -14,6 +14,10 @@ class TestApp(webtest.TestApp):
self
.
admin_password
=
admin_password
self
.
_ident_cookie
=
None
def
reset
(
self
):
super
().
reset
()
self
.
_ident_cookie
=
None
def
post
(
self
,
route
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment