Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 20, 2024
1 parent 2403ec0 commit c82a1c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_repo_interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ def test_chartpress_run(git_repo, capfd, base_version, config_name):
)

# verify usage of --image-prefix
out = _capture_output([*args, "--skip-build", "--image-prefix", "test-prefix/"], capfd)
out = _capture_output(
[*args, "--skip-build", "--image-prefix", "test-prefix/"], capfd
)
assert f"Updating testchart/Chart.yaml: version: {tag}" in out
assert f"Updating testchart/values.yaml: image: test-prefix/testimage:{tag}" in out

Expand Down

0 comments on commit c82a1c6

Please sign in to comment.