Skip to content

Commit

Permalink
add docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Nov 11, 2024
1 parent 9ae7ffd commit 1374336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@pytest.mark.asyncio
async def test_create_and_list_user_keys(client, access_token_patcher):
"""
TODO
Create and delete keys, and check that the listing endpoint returns active keys.
"""
with mock_aws():
aws_utils.iam_client = boto3.client("iam")
Expand Down Expand Up @@ -135,7 +135,7 @@ async def test_list_user_keys_status(client, access_token_patcher):
@pytest.mark.asyncio
async def test_too_many_user_keys(client, access_token_patcher):
"""
TODO
Users should not be able to create new keys after reaching MAX_IAM_KEYS_PER_USER.
"""
with mock_aws():
aws_utils.iam_client = boto3.client("iam")
Expand Down

0 comments on commit 1374336

Please sign in to comment.