Skip to content

Commit 0647c28

Browse files
authored
Fix test
1 parent ca32b13 commit 0647c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

properdocs/tests/structure/page_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ def test_invalid_link_ipv6(self):
12311231
files=['index.md'],
12321232
logs="INFO:Doc file 'index.md' contains an invalid link 'http://[a]/', it was left as is.",
12331233
),
1234-
'<a href="http://[a]">absolute local path</a>',
1234+
'<a href="http://[a]/">invalid link</a>',
12351235
)
12361236

12371237
def test_email_link(self):

0 commit comments

Comments
 (0)