We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HELPFUL_TOOLS_BASE_URL
1 parent de587e9 commit e07cdecCopy full SHA for e07cdec
tests/text-diff/test_text_diff_frontend.py
@@ -34,7 +34,7 @@ def setUpClass(cls):
34
# Fallback to Firefox if Chrome not available
35
cls.driver = webdriver.Firefox()
36
37
- cls.base_url = "http://localhost:8000" # Adjust port as needed
+ cls.base_url = os.environ.get('HELPFUL_TOOLS_BASE_URL', "http://localhost:8000")
38
cls.wait = WebDriverWait(cls.driver, 10)
39
40
@classmethod
0 commit comments