Tests wip

This commit is contained in:
Heitor Carvalho
2025-05-21 18:34:38 -03:00
parent 630655b7fb
commit 6ee9cc35d3
3 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ def in_temp_dir():
@pytest.fixture
def tool_command():
TokenManager().save_tokens("test-token", 36000)
TokenManager().save_access_token("test-token", 36000)
tool_command = ToolCommand()
with patch.object(tool_command, "login"):
yield tool_command