projects
/
pgwui_logout
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a5f4e4
)
A urls map in settings is now required by pgwui_common
author
Karl O. Pinc
<kop@karlpinc.com>
Tue, 8 Dec 2020 04:19:34 +0000
(22:19 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Tue, 8 Dec 2020 04:20:10 +0000
(22:20 -0600)
tests/views/test_logout.py
patch
|
blob
|
history
diff --git
a/tests/views/test_logout.py
b/tests/views/test_logout.py
index 7e2f5a2f94932a9c345ae2e85ad9a4c05f40d2bf..7c1f27b97df2aec2cb2086bb3fce8c29190a9b33 100644
(file)
--- a/
tests/views/test_logout.py
+++ b/
tests/views/test_logout.py
@@
-48,7
+48,8
@@
def test_logout_view(pyramid_config):
request.session = session
request.registry.settings['pgwui'] = {'pgwui_logout': None,
'home_page': {'type': 'URL',
- 'source': '/'}}
+ 'source': '/'},
+ 'urls': {}}
includeme(pyramid_config)
result = logout.logout_view(request)
del result['pgwui'] # Remove variables added by pgwui view decorators