Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Dec 11, 2023
1 parent e9e7bad commit b89a492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _test/test_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def load_page_list(dir):
root_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "..")
pagelist = load_page_list(root_dir)

permalinks = []
permalinks = [""]
for dir, p in pagelist:
with open(os.path.join(dir, p)) as f:
content = f.read()
Expand Down

0 comments on commit b89a492

Please sign in to comment.