File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -273,10 +273,7 @@ def test_verify_attestation_command(caplog: pytest.LogCaptureFixture) -> None:
273273 artifact_path .as_posix (),
274274 ]
275275 )
276- assert (
277- "Verification failed: failed to build timestamp certificate chain"
278- in caplog .text
279- )
276+ assert "Verification failed: failed to build timestamp certificate chain" in caplog .text
280277 assert "OK:" not in caplog .text
281278
282279
@@ -495,10 +492,7 @@ def test_verify_pypi_command_env_fail(caplog: pytest.LogCaptureFixture) -> None:
495492 pypi_wheel_url ,
496493 ]
497494 )
498- assert (
499- "Verification failed: failed to build timestamp certificate chain"
500- in caplog .text
501- )
495+ assert "Verification failed: failed to build timestamp certificate chain" in caplog .text
502496 assert "OK:" not in caplog .text
503497
504498
You can’t perform that action at this time.
0 commit comments