From 729efd28b043da163059e14f2122c1e88a11b64b Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 2 Mar 2020 00:45:50 +0900 Subject: py domain: Generate node_id for objects in the right way --- tests/test_intl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_intl.py') diff --git a/tests/test_intl.py b/tests/test_intl.py index 0e7dd4f62..ee96490a4 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 -- cgit v1.2.1