Skip to content

Commit 9ed2968

Browse files
author
REDMOND\aygupta
committed
Add default dir path for Root_dir
1 parent f8844c4 commit 9ed2968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
RECORD_MODE = os.environ.get('RECORD_MODE', 'all').lower()
1717
AZURE_ACL_TEST_APPID = os.environ.get('AZURE_ACL_TEST_APPID')
1818
CLIENT_ID = os.environ['azure_service_principal']
19-
ROOT_DIR = os.environ['ROOT_DIR']
19+
ROOT_DIR = os.environ.get('ROOT_DIR', 'azure_python_sdk_test_dir')
2020

2121
if RECORD_MODE == 'none':
2222
STORE_NAME = fake_settings.STORE_NAME

0 commit comments

Comments
 (0)