test(tokens-repo): agnostic refresh token nonexistent

pull/26/head
Houkime 2022-12-07 15:35:29 +00:00
parent fa54220327
commit c86eb8b786
1 changed files with 2 additions and 2 deletions

View File

@ -280,8 +280,8 @@ def test_refresh_token(some_tokens_repo, mock_token_generate):
)
def test_refresh_not_found_token(tokens, mock_token_generate):
repo = JsonTokensRepository()
def test_refresh_not_found_token(some_tokens_repo, mock_token_generate):
repo = some_tokens_repo
input_token = Token(
token="idontknowwhoiam",
device_name="tellmewhoiam?",