Skip to content

Commit

Permalink
typo fix in the selenium tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Jun 15, 2017
1 parent 684540f commit 43d8ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/selenium/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def github_since_test(self):

def github_max_per_source_test(self):
self.number_fld_test('github_all_setting', 'github_limit', 20, 100, 'github')
if self.mod_active('github):
if self.mod_active('github'):
self.close_section('github_all_setting')


Expand Down

0 comments on commit 43d8ada

Please sign in to comment.