diff options
Diffstat (limited to 'tests/test_integration.py')
| -rw-r--r-- | tests/test_integration.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_integration.py b/tests/test_integration.py index 8a4575d7b..9a690a8d3 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -62,7 +62,7 @@ class WGSIAppPlusViewConfigTests(unittest.TestCase): self.assertEqual(view.__original_view__, wsgiapptest) -class IntegrationBase(object): +class IntegrationBase: root_factory = None package = None @@ -966,7 +966,7 @@ class AcceptContentTypeTest(unittest.TestCase): self.assertEqual(res.content_type, 'text/x-fallback') -class DummyContext(object): +class DummyContext: pass |
