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 c3408cf commit 345a841Copy full SHA for 345a841
stac_fastapi/tests/basic_auth/test_basic_auth.py
@@ -80,7 +80,7 @@ async def test_delete_resource_insufficient_permissions(app_client_basic_auth, c
80
81
@pytest.mark.asyncio
82
async def test_delete_resource_sufficient_permissions(app_client_basic_auth, ctx):
83
- """Test protected endpoint [DELETE /collections/{collection_id}] with admin user auhtentication which has sufficient permissions"""
+ """Test protected endpoint [DELETE /collections/{collection_id}] with admin user which has sufficient permissions"""
84
if not os.getenv("BASIC_AUTH"):
85
pytest.skip()
86
0 commit comments