Skip to content

Commit

Permalink
changes default test port
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Sep 20, 2023
1 parent d1328e1 commit 02340e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/base_selenium_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class BaseSeleniumTest(BaseAsynctest):

async def asyncSetUp(
self,
port:int=8123,
# default testport
port:int=8193,
host:str="127.0.0.1",
sleep_time=None,
with_server=True,
Expand Down

0 comments on commit 02340e7

Please sign in to comment.