Skip to content

Commit

Permalink
Merge pull request jumpserver#3316 from jumpserver/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
BaiJiangJie authored Oct 9, 2019
2 parents 719bea6 + 230b3ed commit f65ee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/assets/tasks/admin_user_connectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_admin_user_connectivity_period():
"""
A period task that update the ansible task period
"""
if const.PERIOD_TASK_ENABLED:
if not const.PERIOD_TASK_ENABLED:
logger.debug('Period task off, skip')
return
key = '_JMS_TEST_ADMIN_USER_CONNECTIVITY_PERIOD'
Expand Down

0 comments on commit f65ee12

Please sign in to comment.