mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-14 06:54:55 -05:00
pylint: fix unneeded-not
Reviewed-By: Tomas Krizek <tkrizek@redhat.com> Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
@@ -183,7 +183,7 @@ class UI_driver(object):
|
||||
options.binary_location = paths.CHROMIUM_BROWSER
|
||||
|
||||
if driver_type == 'remote':
|
||||
if not 'host' in self.config:
|
||||
if 'host' not in self.config:
|
||||
raise nose.SkipTest('Selenium server host not configured')
|
||||
host = self.config["host"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user