Skip to content

Commit

Permalink
format: test_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed Nov 11, 2023
1 parent fb37120 commit d147fcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d147fcc

Please sign in to comment.