Use double quotes for consistency
1 files changed, 1 insertions(+), 1 deletions(-) M tests/plugins/redlinks/test_redlinks.py
M tests/plugins/redlinks/test_redlinks.py => tests/plugins/redlinks/test_redlinks.py +1 -1
@@ 6,7 6,7 @@ from wiki.models import URLPath class RedlinksTests(RequireRootArticleMixin, TestBase): def setUp(self): super().setUp() self.child = URLPath.create_urlpath(self.root, 'child') self.child = URLPath.create_urlpath(self.root, "child") def test_root_to_self(self): self.assert_internal(self.root, "[Internal](./)")