summaryrefslogtreecommitdiff
path: root/tests/test_Config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_Config.py')
-rw-r--r--tests/test_Config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_Config.py b/tests/test_Config.py
index 9a68f8c..2bae765 100644
--- a/tests/test_Config.py
+++ b/tests/test_Config.py
@@ -72,7 +72,7 @@ def test_parser_fallback():
>>> confname = os.path.join(tmpdir, 'gbp.conf')
>>> parser.config_files = [confname]
>>> f = open(confname, 'w')
- >>> f.write('[foo]\\nthere = is\\n[git-foo]\\nno = truth\\n')
+ >>> f.write('[DEFAULT]\\nthere = was\\n[foo]\\nthere = is\\n[git-foo]\\nno = truth\\n')
>>> f.close()
>>> parser._parse_config_files()
>>> parser.config['there']