Skip to content

Commit 95e5cf9

Browse files
committed
More simplekv stuff removed
1 parent 7840be7 commit 95e5cf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_config.py

-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ def test_default_configs(self):
5555
self.assertEqual(config.cookie_max_age, None)
5656

5757
def test_override_configs(self):
58-
sample_store = simplekv.memory.DictStore()
59-
6058
self.app.config['JWT_TOKEN_LOCATION'] = ['cookies']
6159
self.app.config['JWT_HEADER_NAME'] = 'TestHeader'
6260
self.app.config['JWT_HEADER_TYPE'] = 'TestType'

0 commit comments

Comments
 (0)