Skip to content

Commit

Permalink
Rename test.
Browse files Browse the repository at this point in the history
  • Loading branch information
koval committed Sep 6, 2023
1 parent a366183 commit 352a809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tokens/test_huntflow_token_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async def test_get_refresh_token_data__ok(
assert refresh_token_data == {"refresh_token": token_pair.refresh_token}


async def test_update_token__ok2(
async def test_update_token__ok(
token_storage: HuntflowTokenFileStorage,
token_filename: str,
) -> None:
Expand Down

0 comments on commit 352a809

Please sign in to comment.