Skip to content

Commit a6ebc69

Browse files
committed
Remove deprecated parameter
1 parent 4f5d6fa commit a6ebc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_fromdriver(self):
6767
options = webdriver.ChromeOptions()
6868
options.add_argument('no-sandbox')
6969
options.add_argument('headless')
70-
driver = webdriver.Chrome(ChromeDriverManager().install(), options=options, keep_alive=False)
70+
driver = webdriver.Chrome(ChromeDriverManager().install(), options=options)
7171

7272
solutions = list()
7373
for i in range(5):

0 commit comments

Comments
 (0)