forked from github/pelican
don't override globals settings
This commit is contained in:
parent
c71ad2babc
commit
ed58799f13
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
|
||||
def test_generate_context(self):
|
||||
|
||||
settings = _DEFAULT_CONFIG
|
||||
settings = _DEFAULT_CONFIG.copy()
|
||||
settings['ARTICLE_DIR'] = 'content'
|
||||
settings['DEFAULT_CATEGORY'] = 'Default'
|
||||
generator = ArticlesGenerator(settings.copy(), settings, CUR_DIR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue