Skip to content

Commit

Permalink
fix: python ci
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Dec 26, 2023
1 parent 2b1cc6b commit f1bb144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def server_old(request):
os.path.abspath(__file__)
)
),
"selenium-server-4.15.0.jar",
"selenium-server-4.16.1.jar",
)

def wait_for_server(url, timeout):
Expand Down Expand Up @@ -165,7 +165,7 @@ def server():
)
)
),
"selenium-server-4.15.0.jar",
"selenium-server-4.16.1.jar",
)

args = [
Expand Down

0 comments on commit f1bb144

Please sign in to comment.