Skip to content

Commit

Permalink
fix to pass make ci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop authored and Conor Schaefer committed Aug 8, 2018
1 parent acfbbd9 commit 2380bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop/tests/functional/functional_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def start_journalist_server(app):
self.driver = self._create_webdriver()
else:
# We will use a normal firefox esr for the pages-layout tests
self.driver = self._create_webdriver2(self.new_profile) # pylint: disable=no-member # noqa
self.driver = self._create_webdriver2(self.new_profile) # noqa # pylint: disable=no-member
self._javascript_toggle()

# Polls the DOM to wait for elements. To read more about why
Expand Down

0 comments on commit 2380bc3

Please sign in to comment.