Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add default smartui server address
  • Loading branch information
parthlambdatest committed Feb 10, 2025
commit 773ef13bb12f2e9688d926d7c597643964f3f794
6 changes: 1 addition & 5 deletions utils/lambdatest_sdk_utils/constants.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import os

def get_smart_ui_server_address():
if not os.getenv('SMARTUI_SERVER_ADDRESS'):
raise Exception('SmartUI server address not found')
return os.getenv('SMARTUI_SERVER_ADDRESS')


return os.getenv('SMARTUI_SERVER_ADDRESS', 'http://localhost:49152')