From 073f9921b31d0299d34495c8e98606e966cdf190 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 29 Sep 2024 18:11:14 -0400 Subject: [PATCH] tests: fix a lint error --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index a710f1ad..b686ae82 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -782,7 +782,7 @@ def test_relative_input_file_path_with_custom_output_paths(tmp_path, input_file_ shutil.copy(input_file_path, new_input_file_path) os.chdir(tmp_path) - result = runner.invoke( + runner.invoke( cli.app, [ "render",