Skip to content

Commit 05168c3

Browse files
committed
tests: lint fixes
Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent ce6d31d commit 05168c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/integration/cli/test_sign.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ def test_sign_success_multiple_artifacts(capsys, sigstore, asset_integration):
123123

124124
@pytest.mark.staging
125125
@pytest.mark.ambient_oidc
126-
def test_sign_success_multiple_artifacts_rekor_v2(capsys, sigstore, asset_integration, asset):
126+
def test_sign_success_multiple_artifacts_rekor_v2(
127+
capsys, sigstore, asset_integration, asset
128+
):
127129
"""This is a copy of test_sign_success_multiple_artifacts that exists to ensure the
128130
multi-threaded signing works with rekor v2 as well: this test can be removed when v2
129131
is the default
@@ -138,7 +140,7 @@ def test_sign_success_multiple_artifacts_rekor_v2(capsys, sigstore, asset_integr
138140
sigstore(
139141
*get_cli_params(
140142
artifact_paths=artifacts,
141-
trust_config_path=asset("trust_config/staging-but-sign-with-rekor-v2.json")
143+
trust_config_path=asset("trust_config/staging-but-sign-with-rekor-v2.json"),
142144
)
143145
)
144146

0 commit comments

Comments
 (0)