Skip to content

Commit fb19d6c

Browse files
committed
Typo in router name
1 parent 96fce0c commit fb19d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_read_main(mock_check, test_user):
4545

4646
def test_pypi_proxy():
4747
response = client.get(
48-
f"{url_path_for('boostrap.pypi', 'get_pypi_package_downloads_list', package='fastapi')}"
48+
f"{url_path_for('bootstrap.pypi', 'get_pypi_package_downloads_list', package='fastapi')}"
4949
)
5050
assert response.status_code == 200
5151
assert "<a href" in response.text.lower()

0 commit comments

Comments
 (0)