Skip to content

Commit 345a841

Browse files
committed
.
1 parent c3408cf commit 345a841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/tests/basic_auth/test_basic_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async def test_delete_resource_insufficient_permissions(app_client_basic_auth, c
8080

8181
@pytest.mark.asyncio
8282
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"""
83+
"""Test protected endpoint [DELETE /collections/{collection_id}] with admin user which has sufficient permissions"""
8484
if not os.getenv("BASIC_AUTH"):
8585
pytest.skip()
8686

0 commit comments

Comments
 (0)