Commit 61014c74 authored by ibuler's avatar ibuler

Merge branch 'dev' of github.com:jumpserver/jumpserver into dev

parents b2ba1f3c 7c154abf
......@@ -72,7 +72,7 @@ def test_admin_user_connective_period():
for i in summary['success']:
cache.set(i, '1', 2*60*60*60)
for i in summary['failed']:
for i, msg in summary['failed']:
cache.set(i, '0', 60*60*60)
return summary
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment