5 lines
94 B
Python
5 lines
94 B
Python
import os
|
|
|
|
# Get the URL of the instance under test
|
|
BASE_URL = os.environ.get('test_url', '')
|