From d147fcc756e7845a4d91c542b54ca7c346ff02ed Mon Sep 17 00:00:00 2001 From: Simon Jones Date: Sat, 11 Nov 2023 17:34:55 -0500 Subject: [PATCH] format: test_main.py --- tests/test_main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_main.py b/tests/test_main.py index 469f2861..41aad834 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -328,7 +328,9 @@ def test_cli_analyze_local_config_with_url_checks_file(cwd): def test_cli_analyze_local_config_with_url_and_local_checks_files(cwd): """Confirm that using the command-line interface correctly handles a local config that references a combination of URL endpoints and local files for each checks file.""" - configuration_file = cwd / Path(".chasten") / Path("config_url_and_local_checks_files.yml") + configuration_file = ( + cwd / Path(".chasten") / Path("config_url_and_local_checks_files.yml") + ) project_name = "test" # call the analyze command result = runner.invoke(