diff options
Diffstat (limited to 'tests/test_intl.py')
| -rw-r--r-- | tests/test_intl.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_intl.py b/tests/test_intl.py index ee96490a4..0e7dd4f62 100644 --- a/tests/test_intl.py +++ b/tests/test_intl.py @@ -870,7 +870,7 @@ def test_xml_refs_in_python_domain(app):      assert_elem(          para0[0],          ['SEE THIS DECORATOR:', 'sensitive_variables()', '.'], -        ['sensitive-sensitive-variables']) +        ['sensitive.sensitive_variables'])  @sphinx_intl  | 
