Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2025
1 parent 9c7b9e9 commit bbfb5b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/e2e/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ def setup_method(self, method):
options.add_argument("--window-size=1920,1080")
options.add_argument("--disable-dev-shm-usage")
options.add_argument("--no-sandbox")
self.driver = webdriver.Chrome(service=ChromeService(ChromeDriverManager().install()), options=options)
self.driver = webdriver.Chrome(
service=ChromeService(ChromeDriverManager().install()), options=options
)

def teardown_method(self, method):
self.driver.quit()
Expand Down

0 comments on commit bbfb5b8

Please sign in to comment.