horizon/horizon
Itxaka 70f074e7cb
Fix operation_log middleware tests
There seems to be a couple of errors on the operation_log
middleware tests that were being ignored on the tests
runnners.

On the first we were trying to access a local var from the
OperationLogMiddleware class to compare the default log
format. This is fixed by making it an attribute instead.

The second one was an icorrect use of the delattr function
as it was used as part of the request object, while its a
standalone function.

Change-Id: Ib05cfd1d6acb940a40c8bb1d1bdf3cdf837a0454
2017-07-05 15:49:11 +02:00
..
browsers Switch render() arguments to the new way 2017-06-21 19:32:03 +00:00
conf hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
contrib Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
forms Switch render() arguments to the new way 2017-06-21 19:32:03 +00:00
hacking Eliminate mutable default arguments 2015-12-17 09:58:46 +00:00
locale Imported Translations from Zanata 2017-06-22 09:38:44 +00:00
management Use flake8-import-order plugin 2017-07-03 08:02:23 +00:00
middleware Fix operation_log middleware tests 2017-07-05 15:49:11 +02:00
static Merge "Horizon Forms should allow themable number spinners" 2017-06-29 08:26:47 +00:00
tables Merge "Switch render() arguments to the new way" 2017-07-03 08:31:24 +00:00
tabs Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
templates Horizon Forms should allow themable number spinners 2017-06-28 15:50:27 -07:00
templatetags Use flake8-import-order plugin 2017-07-03 08:02:23 +00:00
test Fix operation_log middleware tests 2017-07-05 15:49:11 +02:00
utils Switch render() arguments to the new way 2017-06-21 19:32:03 +00:00
workflows Switch render() arguments to the new way 2017-06-21 19:32:03 +00:00
__init__.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
base.py Use flake8-import-order plugin 2017-07-03 08:02:23 +00:00
context_processors.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
decorators.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
exceptions.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
karma.conf.js Refactor tox & update docs 2016-11-30 20:38:59 +00:00
loaders.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
messages.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
notifications.py Ensure log messages are not translated 2017-04-11 10:24:01 +00:00
site_urls.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
themes.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
version.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
views.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00