Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
trhodeos committed Jan 28, 2025
1 parent c15c81b commit e4ef999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/pants/backend/python/goals/publish_test.py
Original file line number Diff line number Diff line change
@@ -221,4 +221,5 @@ def test_twine_cert_arg(rule_runner, packages, options, cert_arg) -> None:
assert isinstance(process, InteractiveProcess)
assert cert_arg in process.process.argv
else:
assert isinstance(process, InteractiveProcess)
assert not any(arg.startswith("--cert") for arg in process.process.argv)

0 comments on commit e4ef999

Please sign in to comment.