Skip to content

Commit

Permalink
🖤
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed May 22, 2023
1 parent 1a7e426 commit 801f7f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,9 @@ def test_run_test_with_external_dir_context(data_dir_path):


def test_run_http_config_with_headers(http_headers_config_filename):
result = runner.invoke(app, ["run", "--config", http_headers_config_filename, '--disable-redaction'])
result = runner.invoke(
app, ["run", "--config", http_headers_config_filename, "--disable-redaction"]
)
assert result.exit_code == 0, result.stderr
data = result.stdout
response = json.loads(data)
Expand Down

0 comments on commit 801f7f4

Please sign in to comment.