We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fce0c commit fb19d6cCopy full SHA for fb19d6c
tests/server/test_main.py
@@ -45,7 +45,7 @@ def test_read_main(mock_check, test_user):
45
46
def test_pypi_proxy():
47
response = client.get(
48
- f"{url_path_for('boostrap.pypi', 'get_pypi_package_downloads_list', package='fastapi')}"
+ f"{url_path_for('bootstrap.pypi', 'get_pypi_package_downloads_list', package='fastapi')}"
49
)
50
assert response.status_code == 200
51
assert "<a href" in response.text.lower()
0 commit comments