5 lines
115 B
Python
5 lines
115 B
Python
import os
|
|
|
|
# Get the URL of the instance under test
|
|
BASE_URL = os.environ.get('test_url', 'http://localhost:8031')
|