Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9339737
D2533.id9012.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D2533.id9012.diff
View Options
diff --git a/swh/web/tests/test_gunicorn_config.py b/swh/web/tests/test_gunicorn_config.py
--- a/swh/web/tests/test_gunicorn_config.py
+++ b/swh/web/tests/test_gunicorn_config.py
@@ -1,8 +1,4 @@
-# Copyright (C) 2019 The Software Heritage developers
-# See the AUTHORS file at the top-level directory of this distribution
-# License: GNU General Public License version 3, or any later version
-# See top-level LICENSE file for more information
-# Copyright (C) 2019 The Software Heritage developers
+# Copyright (C) 2019-2020 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
@@ -32,6 +28,7 @@
dsn='test_dsn',
integrations=[django_integration],
debug=False,
+ release=None,
)
@@ -48,4 +45,5 @@
dsn='test_dsn',
integrations=[django_integration],
debug=True,
+ release=None,
)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 3 2025, 9:52 AM (5 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3229978
Attached To
D2533: gunicorn_config: Fix tests after recent changes in swh-core
Event Timeline
Log In to Comment