We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7840be7 commit 95e5cf9Copy full SHA for 95e5cf9
tests/test_config.py
@@ -55,8 +55,6 @@ def test_default_configs(self):
55
self.assertEqual(config.cookie_max_age, None)
56
57
def test_override_configs(self):
58
- sample_store = simplekv.memory.DictStore()
59
-
60
self.app.config['JWT_TOKEN_LOCATION'] = ['cookies']
61
self.app.config['JWT_HEADER_NAME'] = 'TestHeader'
62
self.app.config['JWT_HEADER_TYPE'] = 'TestType'
0 commit comments