Skip to content

Commit

Permalink
test: Update port used for test server
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Oct 1, 2024
1 parent 25f70fa commit 479fd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/tekhsi_test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
server = None
acq_id = 0

TEST_SERVER_PORT_NUMBER = int(f"5{sys.version_info.major}{sys.version_info.minor}")
TEST_SERVER_PORT_NUMBER = int(f"50{sys.version_info.major}{sys.version_info.minor}")
TEST_SERVER_ADDRESS = f"localhost:{TEST_SERVER_PORT_NUMBER}"


Expand Down

0 comments on commit 479fd28

Please sign in to comment.