Skip to content
Prev Previous commit
Next Next commit
Update tests/test_web_urldispatcher.py
  • Loading branch information
Dreamsorcerer authored Apr 11, 2024
commit 95bc95be5772fa9cde73ea0029719532291072cf
2 changes: 0 additions & 2 deletions tests/test_web_urldispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ async def test_access_root_of_static_handler(
# Try to access the root of static file server, and make
# sure that correct HTTP statuses are returned depending if we directory
# index should be shown or not.
# Ensure that html in file names is escaped.
# Ensure that links are url quoted.
my_file = tmp_path / "my_file"
my_dir = tmp_path / "my_dir"
my_dir.mkdir()
Expand Down