Skip to content

Commit fe65f07

Browse files
committed
Tweaked the test settings.
- Legacy-Id: 11549
1 parent efc09d9 commit fe65f07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ietf/settings_sqlitetest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ def __getitem__(self, item):
4141
TEST_CODE_COVERAGE_CHECKER.start() # pyflakes:ignore
4242

4343
NOMCOM_PUBLIC_KEYS_DIR=os.path.abspath("tmp-nomcom-public-keys-dir")
44+
45+
MEDIA_ROOT = os.path.join(os.path.dirname(BASE_DIR), 'test/media/') # pyflakes:ignore
46+
MEDIA_URL = '/test/media/'
47+
PHOTOS_DIR = MEDIA_ROOT + PHOTOS_DIRNAME # pyflakes:ignore

0 commit comments

Comments
 (0)