diff --git a/tests/test_cli.py b/tests/test_cli.py index eee04d4..e6e62f4 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -1,4 +1,3 @@ -import copy import os import shutil @@ -9,7 +8,6 @@ import pydantic import ruamel.yaml import pytest import typer.testing -import time_machine def test_welcome(): @@ -416,7 +414,7 @@ def test_render_command_with_local_latex_command(tmp_path, input_file_path): runner.invoke( cli.app, - ["render", str(input_file_path), "--local-latex-command", "pdflatex"], + ["render", str(input_file_path), "--use-local-latex-command", "pdflatex"], )