mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-17 16:09:14 +00:00
test(tokens-repo): agnostic refresh token nonexistent
This commit is contained in:
parent
fa54220327
commit
c86eb8b786
|
@ -280,8 +280,8 @@ def test_refresh_token(some_tokens_repo, mock_token_generate):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def test_refresh_not_found_token(tokens, mock_token_generate):
|
def test_refresh_not_found_token(some_tokens_repo, mock_token_generate):
|
||||||
repo = JsonTokensRepository()
|
repo = some_tokens_repo
|
||||||
input_token = Token(
|
input_token = Token(
|
||||||
token="idontknowwhoiam",
|
token="idontknowwhoiam",
|
||||||
device_name="tellmewhoiam?",
|
device_name="tellmewhoiam?",
|
||||||
|
|
Loading…
Reference in a new issue