mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix typo.
This commit is contained in:
parent
fff61dd1f8
commit
c5f412f491
@ -141,7 +141,7 @@ def test_config_eol(tmpdir):
|
||||
'language': 'foo',
|
||||
'primary_domain': None})
|
||||
def test_builtin_conf(app, status, warning):
|
||||
warning = warning.getvalue()
|
||||
warnings = warning.getvalue()
|
||||
assert_in('master_doc', warnings,
|
||||
'override on builtin "master_doc" should raise a type warning')
|
||||
assert_not_in('language', warnings, 'explicitly permitted '
|
||||
|
Loading…
Reference in New Issue
Block a user