Skip to content

Commit 4656986

Browse files
committed
Fix tests?
1 parent 87e56ea commit 4656986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/test_pages_for_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ async def run_tests():
3333

3434
urls = [
3535
"http://localhost:5000/", # Home page
36+
"http://localhost:5000/downloads", # Downloads page
3637
"http://localhost:5000/privacy", # Privacy page
3738
"http://localhost:5000/contact", # Contact page
3839
"http://localhost:5000/leaderboard", # Leaderboard page
3940
"http://localhost:5000/player/aac26166-139a-4163-8aa9-ad2a059a427d", # Player page (no redaction)
4041
"http://localhost:5000/player/8ced134c-8731-4087-bed3-107d59af1a11", # Player page (redacted)
41-
"http://localhost:5000/downloads", # Downloads page
4242
"http://localhost:5000/changelog", # Changelog page
4343
"http://localhost:5000/replay/3", # Replay page
4444
]

0 commit comments

Comments
 (0)