We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fe20e commit 73df4ccCopy full SHA for 73df4cc
test/api/range/test_range.py
@@ -169,7 +169,7 @@ def test_translate_node_id(self):
169
170
result = self.words_api.translate_node_id(request)
171
self.assertIsNotNone(result, 'Error has occurred.')
172
- self.assertEqual('sections/0/body/paragraphs/0', result.text)
+ self.assertEqual('sections/0/body/paragraphs/0', result.path)
173
174
#
175
# Test to translate node id to node path online.
0 commit comments